weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead. #100

Closed aliuygur closed 11 years ago

aliuygur commented 11 years ago

ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead.

peduarte commented 11 years ago

Yeah I'm getting that also. Thanks.

rafiyagi commented 11 years ago

Ditto - This is only happening on Chrome as far as I can tell, but the upload works fine.

peduarte commented 11 years ago

Yeah it works fine here too, just worried that it's suddenly going to stop working.

CBox commented 11 years ago

someone working on a solution to this?

Teemu commented 11 years ago

This is a duplicate of #85

eternicode commented 11 years ago

Closing as a duplicate of #85