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

Fixed file upload issue when having file or image fields using … #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

A4TIF
Copy link
Contributor

@A4TIF A4TIF commented Sep 1, 2019

…InlineAjaxCRUD.

jquery.ajax-plugin.js was serializing data, whereas the latest FormData interface allows file uploads. FormData is supported on all latest browsers.

#125

…AjaxCRUD.

jquery.ajax-plugin.js was serializing data, whereas latest FormData interface allows file uploads.
@telenieko
Copy link
Collaborator

The InlineAjax functionality is currently lacking any testing, that makes it very risky to merge any changes that touch that. So this PR will need to be held back until someone volunteers that part of the test suite (preferably in a separate PR so the current behaviour can properly be tested prior to merging this).

@A4TIF
Copy link
Contributor Author

A4TIF commented Sep 30, 2019

I agree testing is definitely required. If I get some free time next week, I will try to cover it, but can't commit on it right now. Thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants