On Friday, November 18, 2011 5:55:59 PM UTC-5, miroslavgojic wrote: > > some questions: > > Can I turnoff default changing name with upload function? >
I don't think so. As an alternative, process the form with dbio=False so it doesn't do the upload or database insert, and then manually process the upload however you want and store your filename in the db. See http://web2py.com/book/default/chapter/07#SQLFORM-without-database-IO. Anthony