Jack
Jack

Reputation: 301

Drag & Drop file upload to .PHP

I have an image upload/hosting script that I would like to make a bit more functional. The main way I can think at the moment is to incorporate some way of allowing a drag and drop upload.

Are there any simple implementations of this functionality or is it going to require a full re-work of my code?

Any help would be massively appreciated :)

The code is hosted at http://pixxl.us if you want to test the current functionality.

Upvotes: 1

Views: 652

Answers (1)

peaceman
peaceman

Reputation: 2609

Your backend code has nothing to do with drag and drop file uploads, this is handled by the browser (mostly with js libraries). Take a look at flow.js.

Upvotes: 1

Related Questions