bisweb icon indicating copy to clipboard operation
bisweb copied to clipboard

inform user about download size so could be interrupted

Open yarikoptic opened this issue 2 years ago • 1 comments

Instead of

image

could show "Loading image of size 1.7G from" (not sure why URL isn't there either) after getting size from the response header

example URL to try: https://bioimagesuiteweb.github.io/alphaapp/viewer.html?image=https://api.dandiarchive.org/api/assets/db080212-f712-4f09-b3b6-b39554cdd74e/download/

edit1: even cooler would be to show download progress bar with ETA etc ;)

yarikoptic avatar Aug 20 '21 19:08 yarikoptic

This is a different issue.

bisweb takes a URL and splits it into "/" and uses the last part of the URL as the filename. We do not have any sense of download progress or ETA at this point.

XeniosP avatar Aug 20 '21 19:08 XeniosP