Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inlines with ImageFields don't upload files #6

Open
bkonkle opened this issue Jul 2, 2011 · 1 comment
Open

Inlines with ImageFields don't upload files #6

bkonkle opened this issue Jul 2, 2011 · 1 comment

Comments

@bkonkle
Copy link

bkonkle commented Jul 2, 2011

Inlines that include an ImageField won't save, because the files never get uploaded. Even though I've selected a file, the save always fails indicating that "This field is required." I'm not sure why this is - I tried playing around with stoat.admin, but I can't resolve the issue. Adding a pdb.set_trace() at the front of change_view shows that request.FILES is empty from the beginning. I'm going to continue trying to debug.

@bkonkle
Copy link
Author

bkonkle commented Jul 2, 2011

I did find a workaround - I'm using a FileBrowseField instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant