简体   繁体   中英

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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM