Fixing README

This commit is contained in:
Paulo
2018-02-09 22:48:17 -02:00
parent 9e8aec3e4a
commit 4ead005a66

View File

@@ -94,14 +94,14 @@ Thanks for understanding!
If you want to send the files chunked you can just set the chunk paramets on the uploader object
If your chunk request changes the link after the first request you should use this code
```
```txt
this.uploader.onCompleteChunk = (item,response,status,headers)=>{
response = JSON.parse(response);
if(response['id']){
item.url = YOUR_NEW_URL+response['id']+'/';
}
}
```txt
```
### License