I am confused too. Given your form, it should go on the filesystem. You use 
a SQLFORM.factory, not a SQLFORM therefore there is no DB IO. Since you can 
download it it means you have the filename, you can try search for it. 
Perhaps the 'upload/' instead of 'upload' is creating a problem?

On Saturday, 21 March 2015 00:30:44 UTC-5, pumplerod wrote:
>
>
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to