Hello,

I am attempting to use multiple upload fields in a SQLFORM.factory.  The 
first field uploads a file, and the second specifies a filename to be 
written out to.

form = SQLFORM.factory(Field('billing_file', 
'upload',uploadfolder=os.path.join(request.folder, 
'uploads')),Field('excel_file','upload'))

unfortunately, when I press the submit button, I immediately get the 
following message:


This webpage is not found

ERR_FILE_NOT_FOUND
Hide details
No webpage was found for the web address:
*http://localhost:8000/wspg/electrolux_billing_tie_out/upload.html#*

Any ideas as to what I'm doing wrong.  Please let me know if additional 
information is needed.
Thanks,
Carl

-- 
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