Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blob

Firefox Downloading Multiple Files At Once Not Possible?

Downloading multiple blobs in chrome, edge and IE doesn't seem to be a problem, but on Firefox … Read more Firefox Downloading Multiple Files At Once Not Possible?

State Not Assigned Inside Onload Function

I'm trying to assign the data url of an image to a state but it isn't being assigned to the… Read more State Not Assigned Inside Onload Function

Downloading Pdf As Blob With Js In Ie9

I have a blob and want to download it. It works for Chrome, Firefox, IE10 and higher. The problem i… Read more Downloading Pdf As Blob With Js In Ie9

How To Convert Byte Array To Pdf And Download

I am trying to do a simple task of downloading a http response to a pdf. I am generating a pdf file… Read more How To Convert Byte Array To Pdf And Download

Get String Value Of Blob Passed To E.parameter In Apps Script

I'm using this code to get a blob passed to a function: function submit(e){ var arrayBlob = e… Read more Get String Value Of Blob Passed To E.parameter In Apps Script

How To Upload A Text String Directly To Windows Azure Blob From The Browser Using Javascript

I would like to upload from a web browser a text/html string as an Azure blob directly to Azure st… Read more How To Upload A Text String Directly To Windows Azure Blob From The Browser Using Javascript

How To Reconstruct A Blob For An Image From A Binary String (client Side Hidden Form Field) In Google Apps Script

I am trying to use Google HTMLService to process a form from the client side. The tricky part is th… Read more How To Reconstruct A Blob For An Image From A Binary String (client Side Hidden Form Field) In Google Apps Script