locked
FileOpenPicker question: How do I get a BLOB from a StorageFile? RRS feed

  • Question

  • How can I get a BLOB object from a StorageFile that I've opened via the FileOpenPicker?

    Other questions I could find seem outdated and mention a msWWA.createBlobFromRandomAccessStream method which doesn't seem to exist and the only file access example I could find creates a Blob URL via URL.createObjectURL and not an actual BLOB object.

    Background info: I am trying to use zip.js to read a local zip file in Javascript.

    Monday, March 19, 2012 4:19 AM

Answers

All replies