taoensso / encore

Core utils library for Clojure/Script
https://www.taoensso.com/encore
Eclipse Public License 1.0
274 stars 52 forks source link

Support File params in ajax_lite #30

Closed glittershark closed 8 years ago

glittershark commented 8 years ago

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 commented 8 years ago

Thanks Griffin, have merged. Util was due for a refactor, so took a quick run at https://github.com/ptaoussanis/encore/commit/3e18d16e9626217d6c86a07ba7eca9583bc05485.

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

glittershark commented 8 years ago

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

ptaoussanis commented 8 years ago

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