Linked Questions

0 votes
0 answers
332 views

I have designed a text field with an Add-Email button. On each click I want the text field value to be appended to a file. A dropdown list is there which will read the data from the file and show it ...
user8113638's user avatar
814 votes
31 answers
1.1m views

I know there are lot of questions of this nature but I need to do this using JavaScript. I am using Dojo 1.8 and have all the attribute info in array, which looks like this: [["name1", "city_name1", ....
Sam007's user avatar
  • 8,827
492 votes
33 answers
1.9m views

I have a very similar requirement specified here. I need to have the user's browser start a download manually when $('a#someID').click(); But I cannot use the window.href method, since it replaces ...
Mithun Sreedharan's user avatar
83 votes
5 answers
40k views

I'm working on a Chrome extension to be used as an internal tool. Its required behavior is: As a page action, enable an address bar icon when looking at certain intranet pages. when the user clicks ...
Crashworks's user avatar
  • 41.6k
49 votes
6 answers
47k views

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 ...
George Mauer's user avatar
7 votes
5 answers
14k views

At the moment, due to the security policy Chromium can not read local files via ajax without --allow-file-access-from-files. But I currently need to create a web application where the database is a ...
user avatar
9 votes
2 answers
38k views

I am generating a PDF in the browser using PDFKit (without node) and displaying it an iframe or an embed tag via the src attribute. The generated blob URL is some kind of UUID. So the overall page ...
Brian Deterling's user avatar
16 votes
2 answers
8k views

Well, the files attribute of an input[type=file] is read-only. Therefore I can not write my blob data into this input element. But if I create a new input file element using Javscript, then possible ...
Merion's user avatar
  • 741
0 votes
1 answer
14k views

I am building an app, and I got to the part where I need to create new folder/file in directory that is in the app. I made forms for those files/folders, and buttons to create them,but I'm not sure ...
Dzejolina's user avatar
2 votes
2 answers
12k views

I am working on the tutorial for HTML5 FileSystem-API. Basically I would like to write a file to my machine. I am using python's simpleHTTPServer to serve the website. Once I load the webpage, the ...
gpanterov's user avatar
  • 1,435
5 votes
2 answers
3k views

I am trying to add offline functionality to my HTML5 video player. I am attempting to write the files into the chrome file system as a blob and then read them from there. I believe that I am running ...
KevMoe's user avatar
  • 443
0 votes
1 answer
6k views

I need to download six videos of a size 64mb roughly, store them in localStorage to avoid using data (not wifi) to download it again. The problem is that I executed the following code: var urlVideo = ...
Anargu's user avatar
  • 527
-1 votes
3 answers
2k views

Operating system : Windows 8. Input-from : A text field from a html page . Input-type: text. Output : the file that was searched. What I want : I want the user to enter some keywords and have ...
Kalim Puthawala's user avatar
2 votes
1 answer
2k views

I was going through the following article : https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data Here , the concept of AJAX is being illustrated however , ...
private ryan's user avatar
1 vote
1 answer
1k views

I am trying this plugin (https://github.com/blueimp/jQuery-File-Upload) and interesting in folder upload. I wonder if the plugin is able to preserve the structure of uploaded subfolders (= uploading ...
Tom K's user avatar
  • 135

15 30 50 per page