JulianBirch / cljs-ajax

simple asynchronous Ajax client for ClojureScript and Clojure
670 stars 136 forks source link

Why does the readme say that file uploads aren't supported? #259

Open zendevil opened 3 years ago

zendevil commented 3 years ago

In the README it says that file uploads aren't supported. On the other hand, in issue #122 the OP successfully uploads a file to the server. Why does the readme say that file uploads aren't supported? This is very confusing.

JulianBirch commented 3 years ago

Sounds like a doc bug. Want to send a PR?

They're definitely supported and have been for a long time.