Hi,
My db.py is:

 Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Research_Statement','upload'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Teaching_Statement','upload'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Relevant_Research_Paper_1','upload'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Relevant_Research_Paper_2','upload'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Relevant_Research_Paper_3','upload'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Recommendation_Name_1','string'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Recommendation_Email_1','string'),
                Field 
<http://127.0.0.1:8000/examples/global/vars/Field>('Recommendation_Name_2','string'),

I use this table to create normal SQLFORM by using form=SQLFORM(db.table_name).
The problem is that I am able to browse and fill the field and the form also 
passes without any error 
but the file is not uploaded to the database. All the other fields are updated.






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