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

return format of jquery-file-upload changed #5

Open
Yakumounr opened this issue Jun 8, 2013 · 0 comments
Open

return format of jquery-file-upload changed #5

Yakumounr opened this issue Jun 8, 2013 · 0 comments

Comments

@Yakumounr
Copy link

At some point since this repository was last updated, the expected output of the response format changed (see https://github.com/blueimp/jQuery-File-Upload/wiki/JSON-Response)

The fix is to change the return of def post on line 154 of images.py from

        return results

to

        return {'files': results}
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