I've just gotten uploading an image file with SQLFORM.factory to work 
(thanks to the posts here in this forum), but I have to admit I'm totally 
confused.

I specified the uploads directory in which to store the image 

SQLFORM.factory(db.auth_user,db.brands,  Field('brand_logo', 'upload', 
uploadfolder=os.path.join(request.folder, 'uploads/')))



The upload works, when I check the database, and select the file link, the 
image file downloads.  However, I can't find it anywhere in the framework.  
There's nothing in the uploads directory.  So is the image being stored in 
the SQLite database?


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to