Forum Discussion
8 Replies
- sravankunadiNew Contributor II
Can anyone have any inputs untill the full download is complete?
- alchemizContributor III
- sravankunadiNew Contributor II
Thanks MM
But the file is not returning the status once the complete download is complete. I provided the file end point range from 1400 t0 1405… still it takes from 1400 to 1404.
- sravankunadiNew Contributor II
It’s always shows the partial download file complete
- alchemizContributor III
Were you able to get the filesize of the exportid that you are trying to download?
Here’s the api to get the filesize you are trying to download
Base from the file size you can then use Range as part of the GET request header in a multipart request or single request
Multipart request
or do an array of request
- PrasaNew Contributor II
Multipart request is not working. Could you please help here. Screenshot attached.
- alchemizContributor III
use “range” as this is a request header, I think “content-range” is a response header