Questions tagged [filesystem-browser]

5 questions
5
votes
1 answer

How can I enumerate network shares and web folders in C#?

.Net provides us with a FolderBrowserDialog control to browse for folders. This is however a modal dialog box. I need to create a user control that I can drop onto my form. So, I have been looking at creating my own, where I need to get all local…
Elan
  • 6,084
  • 12
  • 64
  • 84
3
votes
1 answer

Is there a filesystem plugin available for django?

For an application I'm writing I would need something like a filesystem browser. I want to expose that through django, and before considering writing one from scratch, I decided to first ask around for something already available. Is there something…
Geo
  • 93,257
  • 117
  • 344
  • 520
1
vote
1 answer

html 5 + webkitRequestFileSystem: save image file from user

using webkitRequestFileSystem, I want to do something very simple: get a file from user, save it to browser local filesystem, and use it later (for example as image src etc) I read about webkitRequestFileSystem but I didn't find anything about…
Ronen Ness
  • 9,923
  • 4
  • 33
  • 50
1
vote
1 answer

Saving files in a Chrome App

Summary Normally I could download a bunch of files, but Chrome Apps won't show the download shelf when a download occurs. What would be the best way of getting around this limitation of Chrome Apps? Ideas I could go about this by creating a zip…
0
votes
0 answers

React can & Angular can't? Filesystem write operation

Is anyone able to explain, why is this React face detection example able to write to filesystem? https://codesandbox.io/s/opencv-js-face-detection-i1i3u?file=/src/App.jsx:515-516 using https://github.com/TechStark/opencv-js Script file cvDataFile.js…
Jake_3H
  • 372
  • 4
  • 14