Replies: 1 comment
-
solved, all I needed was a skipper in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This was my server side code but in the browser I get
So when I try to download the file, my browser does not know the size of it and therefore not displaying the progress of the download. From the examples/documents I have read, all I needed was the
Content-Length
property in the response header. I used to haveTransfer-Encoding
as chunked so that might be another issue but I have tried many ways to download the file but none of them seem to work for theContent-Length
property. The file downloads okay.Beta Was this translation helpful? Give feedback.
All reactions