rfostii / wadofstuff

Automatically exported from code.google.com/p/wadofstuff
0 stars 0 forks source link

File Uploads from inlines fail #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use an inline with a fileupload field
2. correctly use enctype="form/multipart" as per django website
3. set FILE_UPLOAD_HANDLERS in settings.py

What is the expected output? What do you see instead?
Expected: file uploaded and saved with model
Instead: error message: This field is required.

What version of the product are you using? On what operating system?
django 1.1.1 with wadofstuff-views-1.0.1

Please provide any additional information below.

Original issue reported on code.google.com by rocker.o...@gmail.com on 1 May 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Never mind! problem fixes itself with the django 1.2 beta.

Original comment by rocker.o...@gmail.com on 1 May 2010 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by mattimus...@gmail.com on 11 May 2010 at 1:34