Resumable.js - File uploader with resume using HTML5 File API - OSS Daily

Daily Open Source News for IT Engineer and Designer

Breaking

Home Top Ad

Post Top Ad

Monday, November 6, 2017

Resumable.js - File uploader with resume using HTML5 File API

It is a file upload that feels troublesome on the Web. Especially when the network runs out on the way, it becomes big stress. If you upload a large file of several hundred megabytes and a few gigabytes at once, you should want a resume function.

The one I would like to use is Resumable.js. Use the HTML5 File API to realize the resume function.

How to use Resumable.js


It is a demonstration. Upload large files.


File uploading. You can also pause.


On the network side, you can see that huge files are uploaded in detail.


Since the contents of the file are fine, you need to join on the server side. Implementation for that is provided for various languages ​​such as node and PHP. Using Resumable.js will make it easier to upload huge files.

Resumable.js is HTML5 / JavaScript open source software (MIT License).

No comments:

Post a Comment

Post Bottom Ad