We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to post without using multipart I can do this
$http.post("https://api.parse.com/1/files/" + files[0].name, files[0], { withCredentials: false, headers: { 'Content-Type': files[0].type }, transformRequest: angular.identity });
It works totally fine. But when I try to switch to this library $uploader.http() method based on #88 I have to use a FileReader.
What is going on? Why do I suddenly need FileReader?
The text was updated successfully, but these errors were encountered:
You are right it is not needed. I have updated the README and gonna update the demo page.
Thanks
Sorry, something went wrong.
Fixed #658 #657 #628 #651 #649 #629 #624 #616 #613 #647 #518 #626 #555 …
28136db
…and some IE8-9 bugs and styling issue
Fixed in version 3.3.0
No branches or pull requests
I need to post without using multipart
I can do this
It works totally fine. But when I try to switch to this library $uploader.http() method based on #88 I have to use a FileReader.
What is going on? Why do I suddenly need FileReader?
The text was updated successfully, but these errors were encountered: