I have developed a web portal using web2py. The portal has a input form that is to be filled by user. There are 5 steps in the form. At the last step there are bunch of file uploads fields.
If a user encounters form validation error after filling the form, he has to again upload the file from upload fields. Because file upload fields get reset after the form validation error. This is acceptable if user has to fill just one form. But it becomes difficult for user when he has to fill hundreds of similar forms to input data. I want to implement a feature that persist file uploads field even after the form validation error. Is there a way to achieve this using html or php or is there something inbuilt in web2py. Please let me know if anyone has done something like this before. -- 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.

