Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Farid authored and Danial Farid committed Jan 22, 2016
2 parents d6f1cba + e0d8344 commit 2e14b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ the file name/extension, size or other validations on drag. There is also some l
**Upload.setDefaults()**:
If you have many file selects or drops you can set the default values for the directives by calling `Upload.setDefaults(options)`. `options` would be a json object with directive names in camelcase and their default values.

**Resumable Uploads**
**Resumable Uploads:**
The plugin supports resumable uploads for large files.
On your server you need to keep track of what files are being uploaded and how much of the file is uploaded.
* `url` upload endpoint need to reassemble the file chunks by appending uploading content to the end of the file or correct chunk position if it already exists.
Expand Down

0 comments on commit 2e14b73

Please sign in to comment.