简体   繁体   中英

Pause Resume Client-Server File Upload

I know it's possible if you used java/flash/C type programming.. but, Is there any way to pause or resume during uploading or resume broken upload using php or javascript or jquery on that matter? maybe php socket function?

Yes, you can do 'resumable' uploads with only Javascript on client side.

demo: http://dnduploader.filkor.org/

JavaScript/jQuery have ZERO control over the browser's built-in file transfer works. You'd need to use a plug-in to change how the browser itself works.

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