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

Support File params in ajax_lite #30

Closed
wants to merge 1 commit into from

Conversation

glittershark
Copy link
Contributor

Whenever the request params in a non-GET ajax-lite contain an instance
of File, convert the request body into a FormData object rather than
encoding it to a query string, and use that to send to the XHR

Whenever the request params in a non-GET ajax-lite contain an instance
of File, convert the request body into a FormData object rather than
encoding it to a query string, and use that to send to the XHR
ptaoussanis pushed a commit that referenced this pull request Jul 17, 2016
Whenever the request params in a non-GET ajax-lite contain an instance
of File, convert the request body into a FormData object rather than
encoding it to a query string, and use that to send to the XHR
ptaoussanis added a commit that referenced this pull request Jul 17, 2016
@ptaoussanis
Copy link
Member

ptaoussanis commented Jul 17, 2016

Thanks Griffin, have merged. Util was due for a refactor, so took a quick run at 3e18d16.

Would appreciate a second pair of eyes on that. Thanks!

ptaoussanis added a commit that referenced this pull request Jul 17, 2016
ptaoussanis added a commit that referenced this pull request Jul 18, 2016
@glittershark
Copy link
Contributor Author

Took a look at 3e18d16 - nothing major there I would change. thanks for the quick merge!

@ptaoussanis
Copy link
Member

Great, thank you. And appreciate the support! Cheers :-)

@glittershark glittershark deleted the file-params branch July 18, 2016 15:24
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.

2 participants