How create chunks the files's data on server (to order show uploadProgress on client)?
Opened this issue · 0 comments
phund commented
I upload file from url on server, but there is only received 1 of 1 chunks.
TempStore progress: Received 1 of 1 chunks for TestUpload.pdf
Any way to create chunks when upload file from url on server like as when upload file direct from client?:
TempStore progress: Received 1 of 6 chunks for TestUpload.pdf
.....
TempStore progress: Received 6 of 6 chunks for TestUpload.pdf
Thanks,