We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8aec3 commit 4ead005Copy full SHA for 4ead005
1 file changed
README.md
@@ -94,14 +94,14 @@ Thanks for understanding!
94
If you want to send the files chunked you can just set the chunk paramets on the uploader object
95
96
If your chunk request changes the link after the first request you should use this code
97
- ```
+ ```txt
98
this.uploader.onCompleteChunk = (item,response,status,headers)=>{
99
response = JSON.parse(response);
100
if(response['id']){
101
item.url = YOUR_NEW_URL+response['id']+'/';
102
}
103
104
- ```txt
+ ```
105
106
### License
107
0 commit comments