LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Problem with android browser #146

Closed suhaotian closed 8 years ago

suhaotian commented 8 years ago

When I take a image with Camera, Nothing happen !

But select image , it's upload correct !

what's wrong with this ..

suhaotian commented 8 years ago

Solve it with options {multipart: true}

LPology commented 8 years ago

Thanks for updating.