I'm trying to do a file upload via a FORM:

form = FORM(TABLE(TR(TH('Input File'),TD(INPUT
(_type='file',_name='filename',requires=IS_NOT_EMPTY()) ...
culminating in a submit button.

The form view looks OK, but when I submit the form, the file doesn't
automatically get uploaded to the uploads folder. Is there a special
parameter I have to pass to the INPUT to get it to upload a file? Or
do I have to resort to SQLFORM.factory to do this? (There is no db
behind the form.)

Also, once the file is uploaded, I'm going to want to post-process it
and then move it. Is it kosher practice to move a file within the
uploads folder to a subfolder within the uploads folder? How about
moving a file to a location outside of the uploads folder?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to