I've followed the instructions here:

http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-preview/

to setup a form preview system.  The problem is that my form includes a 
mandatory file upload.  I modified the form template to include:

<form action="" enctype="multipart/form-data" method="post">

however I still have problems processing the uploaded form, with the 
"preview" step returning an error stating:

   - This field is required.

Even when the file has been supplied.  Can someone advise how I can 
modify/manage FormPreview to handle uploaded files?

Thanks,

Ian

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to