Questions tagged [fileapi]

Use this tag for questions related to the W3C File API. The W3C File API specifies how file objects should be represented and how their properties should be accessed.

The W3C File API at https://w3c.github.io/FileAPI/ specifies how file objects should be represented and how their properties should be accessed.

The File API spec includes the following interfaces:

  • Blob - raw binary data. Blob objects can be created via the Blob() constructor, but their properties are read-only.
  • File - a specific type of Blob with additional read-only properties.
  • FileList - a collection of File objects.
  • FileReader - provides asynchronous access to a content of a Blob or File object.

Related Tags

Resources

532 questions
0
votes
0 answers

JavaScript is not sending the new value and not firing onload for first time

I am developing a web app that clients can upload image, I will find faces in that image and send back rectangles to client. I am using ajaxfileupload function for saving image on server but for efficiency I am loading images from client computer…
Mete
  • 31
  • 6
0
votes
1 answer

Javascript onLoad File api event not firing

I have a small snippet of code and JavaScript snippet is