The File System API can be used to manipulate files (and directories) in a sandboxed file system.
0
votes
0answers
6 views
Where does TEMPORARY file system storage store with chrome?
I am using file system API to save some text into TEMPORARY storage. I use the webkitRequestFileSystem and window.Temporary option, but I don't know where it is stored?
0
votes
1answer
26 views
Reading HTML5 Filesystem after directory update
I'm trying to make a dynamic interface for interacting with the HTML5 filesystem in Chrome Canary, but I am currently hitting a stumbling block.
I use
dirReader.readEntries(function (entries) {
...
0
votes
0answers
24 views
How to implement 'cat' as a client-side web app?
I'm hoping someone will write this example because it will make a good starting point for implementing file-oriented utilities as web apps. (For example: compilers, format converters, signal ...
0
votes
1answer
31 views
Why does this filesystem api requestQuota call fail?
I'm writing an HTML5 app to run in Chrome but it will be on the local filesystem (so they'll start it by double-clicking an html file). It is throwing an error when I try to access the filesystem and ...
0
votes
0answers
9 views
Sending a Directory from a Server to the HTML5 FileSystem
I have a folder stored on my server. What I want to do is send it to the HTML5 FileSystem in my browser and store it as a DirectoryEntry which would contain all my subdirectories and files in the same ...
2
votes
0answers
31 views
Circumvent cached images loaded from HTML5 FileSystem API
I am saving images to the HTML5 filesystem using the FileSystem API.
Every n minutes I'm reloading and replacing these images from a server side method.
After each reload/replace cycle I'm showing ...
1
vote
1answer
27 views
Replacement for fileEntry.toURL() in Chrome Packaged Apps
I'm using the HTML5 FileSystem API in a Chrome Packaged App to write to a log file. I want the user to be able to download this file, so I tried something along the lines of:
...
0
votes
0answers
27 views
Wrong orientation when image captured by HTML5 file api on IOS 6.0
I am using HTML5 file api on mobile web app for image uploading utility.
I am capturing image using camera and upload it to server.
Problem is that if I capture portrait image the uploaded image ...
0
votes
0answers
15 views
Getting a file with multiple dots in the name returns an Error
I am trying this code:
fs.root.getFile(fileName, {create: true}, null, errorHandler);
in HTML5, but it is returning INVALID_MODIFICATION_ERR when I use it with file names that have two dots in ...
1
vote
1answer
20 views
Accessing files selected by user through HTML5 File System API across several refreshes
Okay, so the user has selected multiple files through the file chooser dialog and using HTML5 File System API I display their names and sizes. After that's done, I refresh the same page, which is ...
2
votes
1answer
49 views
Some questions about HTML5 FileSystemAPI
I'm a first time user, just in the initial stages figuring out if this is going to be useful for me, so forgive any naive questions. I'm using Google Chrome.
Here's my use case -
The user needs to ...
0
votes
2answers
46 views
HTML File Image won't show up
I'm trying get basically a preview image and i have been doing some research and followed along on some other peoples code but for some reason my image will not show up can anyone tell me why it will ...
0
votes
0answers
27 views
Rename a file during Upload using HTML5 file API
I am uploading a file using HTML5 file API.
During the upload using beforeSend event I am trying to change the file name.
But that does not seem to work, the file is still being sent using its old ...
0
votes
1answer
353 views
HTML5 FileSystem API Android Chrome access to sdcard
I am trying to create an HTML5 Application that is able to access a large amount of files. Therefore I looked at the FileSystem API to be able to read files from local filesystem.
I did a PoC using ...
0
votes
0answers
98 views
How can i use XmlHttpRequest or FileAPI in Internet Explorer?
Below code is from the html5uploader and it works well on all browsers except IE 10.
I have tried my best to include a function where IE is detected and the dropped file read but was unable to get ...
1
vote
0answers
87 views
html5 saveAs support in google chrome
I am trying to use saveAs interface as explained here
For the moment, I only worry about Google Chrome, and I uses latest Canary (Version 27.0.1429.0 canary)
Qn1: the article says.
The W3C File ...
0
votes
0answers
201 views
How to save an image to html5 filesystem from local file system
Im developing (an experimentation) a simple chrome extension which acts as a new tab page. Now, I want to add the functionality for the user to "choose" an image from his/her local hard disk, and I ...
0
votes
0answers
48 views
cordova/html5 get full path
I'm trying to make an upload app for our company so that the employees can upload photo's from there iPhone. As I'm not into the Xcode I'm using Cordova to create an app, which works pretty cool so ...
0
votes
1answer
228 views
Check if a local file exists (HTML5 FS API)
I am developing a Chrome extension and I want to check if a file exists. I don't want to do anything with the file: I only want to check its existence.
If I use a XMLHttpRequest it doesn't work, ...
1
vote
0answers
59 views
Creating multiple instances of the same file dynamically in JS (workers)
So I'm basically doing this (simplified) ...
var script = '...some JS code...',
blob = blob = new Blob([script]),
worker = [];
for (var i=0; i<10; i++) {
worker[i] = new ...
0
votes
0answers
53 views
Deleting a file in FileSystem API after read is finished?
So I'm stuck trying to figure this out.
fileEntry.file(function(file){
var reader = new FileReader();
reader.onloadend = function (e) {
var anchor = document.createElement("a");
...
1
vote
2answers
236 views
How to create nested directories in Phonegap
I have tried this, but it didn't satisfy my request at all. I write a new one:
var file_system;
var fs_root;
window.requestFileSystem(LocalFileSystem.PERSISTENT, 1024*1024, onInitFs, ...
1
vote
1answer
79 views
HTML5 check Image Dimensions
I am trying to show the image dimensions with other properties using the HTML5 file API
For some reason I am getting height of my image as 0.
http://jsfiddle.net/NfDMh/3/
<input type="file" ...
1
vote
0answers
495 views
QUOTA_EXCEEDED_ERR in Chrome FileSystem API
In Chrome23/Mac OS 10.8.2 this fiddle logs an error, and I want to know why.
Surprisingly enough, error does not occur if I put a breakpoint on the line that says '// BREAKPOINT' and simply resume ...
1
vote
1answer
175 views
HTML5 FileSystem Initialization
I tried a simple project using HTML5 FileSystem,
so I can store data in the client-side,
My first trial was a success, because I initiate everything at the start with JavaScript,
and manipulate the ...
3
votes
1answer
124 views
Dart's DirectoryEntry.getFile with 'options' parameter throws NoSuchMethodError
I tried using a piece of dart code creating a file with HTML5 file API. The code was found on some dart slides, slightly fixed to be able to run under M1. I'm using latest Dart SDK 0.2.1.2_r14167. ...
0
votes
0answers
95 views
Is it possible to open a users local file for read using HTML5?
I have a path to a file on the users local system. When the user clicks on that path, the file should open so that the user can view it.
I know that there are lots of limitations on this since we ...
1
vote
1answer
332 views
how to store the results of input (webkitdirectory) for later usage?
I'd like to allow user to select a directory (in which I parse some text files) and store the result(List<File>) in a PERSISTENT storage on the same client so that when the user returns, there ...
0
votes
2answers
170 views
getting return values from nested functions
Newbie to scripting so please be kind.
Attempting to create chart from local file using jquery-csv parser. using google viz.
this section of code i cant seem to get a return value from.
Require the ...
2
votes
0answers
133 views
Android: How to request quota in WebView
Relating to the Problem Android: requestFileSystem in WebView causing crash this questions rose up.
To request space and gain access you have to call window.storageInfo.requestQuota(). In Chrome ...
1
vote
0answers
196 views
Android: requestFileSystem in WebView causing crash
I'm developing an offline app where I have to save files in html5 fs-sandbox.
At desktop in Chrome everything works fine.
But my android device is crashing with 10-12 10:49:53.953: A/libc(9231): ...
6
votes
1answer
518 views
Pass large amounts of data between web worker and main thread
Is there a way to pass large amounts of data (multiple MB) between a web worker and the main thread? I work in a project where I need to download files, modify them a bit and then somehow let the user ...
0
votes
1answer
387 views
HTML5 File API in Firefox Addon SDK
Is there a way to access Html5 file api in Fire Fox addon sdk in the content script?
This is needed in order to store user added words and their meanings. The data can grow large and so local storage ...
1
vote
1answer
191 views
How to detect directory select capability in browsers?
I am trying to find out if browser has ability to select folders, not just multiple files. Current Chrome supports this (example: ...
-1
votes
1answer
439 views
Where is the filesystem in html5 stored on the real file system?
If I use JavaScript to create a file on a HTML5 Filesystem, can I find it on the real file system of my computer?
8
votes
4answers
3k views
Where does PERSISTENT file system storage store with chrome?
When doing webkitRequestFileSystem in window.Persistent option in Google Chrome, where on my filesystem do files get written? I'd like to drop files there and have Chrome interact with them while I'm ...
0
votes
1answer
289 views
image files corrupt with websocket file transfer
I am using websockets for file transfer, while i am downloading a file i am recieving the data as it is, but when I open an image file it was corrupted. Data files are downloading fine, the code goes ...
0
votes
1answer
98 views
How can i append file using filewritersync?
I need to append file using HTML5 FileWriterSync, multiple blocks of data coming from server. I was tried to append but it was just writing a block of file only. Let's check my code.
var creator;
try ...
2
votes
1answer
167 views
How do i request persistant storage quota from dart?
I'm creating my persistent html5 filesystem storage like this from dart:
window.webkitRequestFileSystem(Window.PERSISTENT,
5 * 1024 * 1024, onFSOpened, onFSError);
Any operation on the ...
1
vote
1answer
829 views
HTML5 File Upload chunk/slice cause high CPU usage
So, I'm implementing File Uploader for large file with HTML5. I'm using the new slice/chunk to slice the file into smaller chunk with the purpose of pause/resume for later implementation.
However, ...
3
votes
2answers
1k views
Filesystem API - Upload from local drive to local filesystem
Ive read a lot about the filesystem API and HTML5, but i just couldn't find a working solution so i ask you guys:
I want to have a file upload form, drag drop or regular input box doesnt matter, ...
0
votes
1answer
341 views
Can the synchronous file system api be used in a chrome extension
I'm creating page action popup in google extensions. I need to write contents back to a file when the popup gets closed. For this I have attached the window.unload event. In the unload handler I'm ...
0
votes
2answers
514 views
What are the details can be obtained from webkitStorageInfo.queryUsageAndQuota()
webkitStorageInfo.queryUsageAndQuota() is used to find out the usage stats of the files that have been stored in the file system using the HTML5 file system API I suppose. Can anyone give me the ...
1
vote
2answers
772 views
Getting FileError when trying to use the HTML5 file api in google chrome
I was trying to create a file using the file system API in chrome. Initially I tried PERSISTENT storage as follows
window.requestFileSystem = window.requestFileSystem || ...
3
votes
5answers
587 views
How to detect browser supports this HTML5 feature
I want to detect (using javascript/jQuery) whether the user's browser supports multiple attribute to input type='file' tag. A feature of HTML5 to add multiple images.
<input type=file ...
1
vote
1answer
434 views
Can the HTML5 Filesystem API help me edit .html files on my own harddrive without a server?
I'm confused about the point of the HTML5 Filesystem API.
As far as I can tell, the way to refer to the content of one of the sandboxed files created with the File API requires reference to a domain ...
0
votes
1answer
5k views
HTML5 File System - How to read directories using directory reader?
I loaded a directory using file input and webkitdirectory as mentioned below.
<input id="file_input" type="file" webkitdirectory directory />
After directory selected I can read file size ...
2
votes
2answers
852 views
Clear HTML5 Filesystem API
How does one completely empty (or delete all files in) a filesystem?
Is there no 1 line solution like localStorage (localStorage.clear())? Or am I missing something really, really obvious?
...
2
votes
1answer
653 views
HTML 5 File Api doesn't work on ie
I am preparing a demo model for html 5 file api, it is working fine for firefox and crome, but doesn't work in ie, i have tried creating active x object but that too not working.
THis is link of my ...
0
votes
0answers
129 views
FileSystem on chrome/javascript
I seen it was possible to get access to the filesystem on chrome but unfortunately the example didnt work for me. There was also mention of sandboxing and I dont know if i have to give permission each ...
