Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drag and drop file upload library for Internet Explorer

I found a great library called JQuery File Upload for drag-and-drop files uploads in modern browsers. Unfortunately drag-and-drop does not work in Internet Explorer.

Drag-and-drop file upload in IE is a requirement of the project, so I'd like to find a solution for this specific situation. My idea is to end up with two versions of the upload page, one for IE, and another one for the rest of the world.

Does anyone know a good activex library for such uploads in IE, that does not require any installation?

like image 504
plang Avatar asked Apr 16 '12 12:04

plang


1 Answers

I think that the best way is to use the new HTML5 Drag and Drop API and new File API.

like image 72
MyBoon Avatar answered Nov 01 '22 13:11

MyBoon