Hi,

I'm experiencing a problem on a form whereby if I include a "FileUploadField" 
in the form, causing the form encoding type to become "multipart/form-data", 
none of the model objects from other fields on the form are correctly populated 
when the form is submitted. Oddly enough we do have other pages that do use 
"FileUploadField" with no problems, and I'm unable to see any differences 
between the page that doesn't work and those that do.

Is there any obvious reason why model objects might not get populated when the 
form enctype becomes "multipart/form-data" as is the case when using a 
FileUploadField ? If i remove the FileUploadField from the form everything 
works as expected.

Thanks,
Joel    

Reply via email to