Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

How can i add file size to request?

Open W7orld opened this issue 4 years ago • 0 comments

I want do diaply the file size to the user before starting download, I found this way to get file size for download fetch.getContentLengthForRequest(...) but this way not added the file size to fetch database!! So how can i adding the size to request with the result of fetch.getContentLengthForRequest(...) ?

Or there another way to do that?

W7orld avatar Feb 15 '21 12:02 W7orld