javascript - Is it possible to "upload" a file only with client side ? (no server involved) -
i trying simple thing:
let user choose txt file, , save context used on client side only. no server side needed.
is possible ?
thanks.
it possible html5 files api explained in these resources:
https://developer.mozilla.org/en-us/docs/using_files_from_web_applications
http://www.html5rocks.com/en/tutorials/file/dndfiles/
Comments
Post a Comment