File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ Resumable.js does not have any external dependencies other than the `HTML5 File
99
1010Samples and examples are available in the ` samples/ ` folder. Please push your own as Markdown to help document the project.
1111
12+ ## Can i see a demo?
13+ [ Resumable.js + angular.js file upload demo] ( http://resumable2.github.io/ng-resumable/ ) - ng-resumable extension page https://github.com/resumable2/ng-resumable
14+
15+ JQuery and node.js backend demo https://github.com/resumable2/resumable.js/tree/master/samples/Node.js
16+
17+ ## How can I install it?
18+ use bower:
19+
20+ bower install resumable.js
21+ use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js
22+
23+ or use git clone
24+
25+ git clone https://github.com/resumable2/resumable.js
26+
1227## How can I use it?
1328
1429A new ` Resumable ` object is created with information of what and where to post:
You can’t perform that action at this time.
0 commit comments