Case 1:
When you have Validation for TextField and FileField on the same form,
you enter the info and upload a file.  When you hit submit, text form
validation fails, that means the File is still sent to the server and
server would have it in the memory.  Now, I have to fix the TextField
info with correction and then again select the file to upload and then
"submit", which resends the same file again?

Case 2:  TextField passes the validation, but FileField validation
fails.  In this case, file still be sent to the server, and in the
FileField would I have the previous file name still in the input box,
and if I click browse would it take me back to the previous folder
containg the file?

Thank you.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to