document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. db.define_table(\'image\', Field(\'file\', \'upload\', required=True, notnull=True, requires = IS_NOT_EMPTY()))
');