Does web2py handle file uploads when not using SQLFORM? I submit the
form, the request.vars.file variable contains the original filename of
the file, but nothing gets placed in the uploads directory.

I guess my question is - I want to handle the file upload, movement to
a directory, and database input myself - and I don't want to define a
form in my controller (because a form is not business logic). Any
thoughts? Where does web2py place the uploaded file temporarily,
before it renames/moves it into the uploads/ directory?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to