Reading local files in JavaScript (HTML5)
html5rocks.com
Reading local files in JavaScript (HTML5)
1–10 of 26 posts
Re: Reading local files in JavaScript (HTML5)
#2This is really cool stuff, so my first instinct is to consider the possible caveats.
Re: Reading local files in JavaScript (HTML5)
#3My first thoughts go to security concerns, but I didn't see any mention of them in the article. Does anyone have any links that deal with this? This is really cool stuff, so my first instinct is to consider the possible caveats.
Re: Reading local files in JavaScript (HTML5)
#4Re: Reading local files in JavaScript (HTML5)
#5My first thoughts go to security concerns, but I didn't see any mention of them in the article. Does anyone have any links that deal with this? This is really cool stuff, so my first instinct is to consider the possible caveats.
Re: Reading local files in JavaScript (HTML5)
#6Any way to request access to a folder to read all the local files in it?
Re: Reading local files in JavaScript (HTML5)
#7My first thoughts go to security concerns, but I didn't see any mention of them in the article. Does anyone have any links that deal with this? This is really cool stuff, so my first instinct is to consider the possible caveats.
Re: Reading local files in JavaScript (HTML5)
#8It really is amazing what you can do. The only thing missing is being able to decode video metadata so that I know whether 100KB is too little or too much to send if I want to extract a single frame.
Re: Reading local files in JavaScript (HTML5)
#9Re: Reading local files in JavaScript (HTML5)
#10Does anyone know of a browser plugin or anything that allows you to write files, too?