Rishi
Member since Aug 12, 2019
- Profile: /members/14010-rishi.htm
- Comments: 2
Recent Blog Comments By Rishi
-
Using The Anchor Tag href And download Attributes To Force A File Download
Posted on Aug 12, 2019 at 8:45 AM
Hi Ben Struggling to get download attribute to work well enough, even in chrome latest if the url is not the same origin the console will show an error : Not allowed to load local resource: filesystem: https://cdn.glitch.com/a1f09fab-ed22-4ce4-9419-366a7feb4c27%2Fhl-109.jpg/ Which basical... read more »
-
Downloading Text Using Blobs, URL.createObjectURL(), And The Anchor Download Attribute In JavaScript
Posted on Aug 12, 2019 at 8:28 AM
Hi, Would love a follow-up to this post. In this above examples, the blobs are all in memory aren't they? So suppose if you are downloading a 500mb - 1gb file from a url, you may run in to memory limit issues on the client side. In this case how would you stream the file from a remote url to... read more »