Questions tagged [filesystem-access]

Questions about programmatically accessing a file system. For questions about accessing individual files, use [file-access]. Use either of these in conjunction with the applicable tag such as [contention], [security] or [capacity] to indicate the focus of the question.

Questions about programmatically accessing a file system. For questions about accessing individual files, use . Use either of these in conjunction with the applicable tag such as , or to indicate the focus of the question.

35 questions
0
votes
1 answer

Can I save page pictures directly from GreaseMonkey script

Can I save page pictures from GreaseMonkey script directly to my hard drive? Is the easiest way to do it - to setup my server and translate picture urls to it using GM_xmlhttpRequest ?
Sergey
  • 2,906
  • 3
  • 27
  • 32
0
votes
0 answers

Is it possible to use 'fs' (filesystem) module inside page executed by PhantomJS?

I want to have access to filesystem on a page that is rendering by PhantomJS headless browser. I catch an error when JS code is trying to interact with filesystem var fs = require('fs'); ... ReferenceError: Can't find variable: require Is there…
petRUShka
  • 9,812
  • 12
  • 61
  • 95
0
votes
1 answer

How I can access resources of local filesystem and manipulate them from browser

I need a technology to: a) From the a browser, a web page, browse to the user filesystem (with his authorization) b) Let user select a folder and search for images c) The folder can contain huge jpg images (up to 20Mb) d) show a resized version,…
yuri
  • 575
  • 1
  • 14
  • 33
0
votes
1 answer

An update on the status of filesystem access for JS

With newly implemented and/or proposed HTML5 APIs, does the answer to this change at all? I guess if my question needs to be freestanding, then it is this: Is it currently, or will it be in the near future, possible to craft something such as…
jackie
  • 33
  • 3
-3
votes
1 answer

How does file system access differ between KitKat 4.2 and Nougat 7.1.1?

I have an app HTMLSpyII that I developed a few years ago when I was an absolute beginner at Android programming. Anyway here it is a few years later, I have been away from programming through this time, it has been running on my Samsung S4 mini…
1 2
3