Answer the question
In order to leave comments, you need to log in
How to work with the user's disk through WEB-technologies?
The task arose: to create an interface for the user, through which he can, both inside the corporate network and outside it on the entire range of personal devices (Win / OS X / Linux / Android / iOS), synchronize data between the server and the user's flash drive with all sorts of goodies unstable connection and little security.
The thought immediately flashed through my head that since it is possible to make Atom and VSCode, it is possible to somehow do it right in the browser (offline work is not needed).
I would be grateful if you can confirm my guesses and throw links where to read and where to look.
Answer the question
In order to leave comments, you need to log in
Why develop what is already ready?
Syncthing, Seafile, Nextcloud, Resilio Sync
HTML5 FileSystem API
HTML:
JS:
var files;
document.getElementById("filepicker").addEventListener("change", function(event) {
files = event.target.files;
}, false);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question