document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. def myform():
  2.     form = SQLFORM(db.image)
  3.     if form.accepts(request, session):
  4.         session.flash = "successfull upload"
  5.         redirect(URL(c=\'default\', f=\'index\'))
  6.     return dict(form=form)
');