Methods to save a file in HD with JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Methods to save a file in HD with JavaScript

How can I do that? May I have permissions to create a paste, to put a file there and overwrite it if necessary?

8th Feb 2019, 1:15 AM
Daniel Bandeira
Daniel Bandeira - avatar
4 Answers
+ 3
For HD you could use a vector image(an image that doesnt get fuzzy as you soom in)
8th Feb 2019, 2:23 AM
Ole113
Ole113 - avatar
+ 2
That would be possible using a js runtime like node. For security reasons that feature is not part of js by default. You could store data in the browser with 'localStorage' or 'sessionStorage'
8th Feb 2019, 4:14 AM
wenz
wenz - avatar
0
HD = Hard Disk***(sorry for not let this clear)
8th Feb 2019, 8:02 AM
Daniel Bandeira
Daniel Bandeira - avatar
0
I would like to save in my cell phone for personal propouse...Only to me
8th Feb 2019, 8:06 AM
Daniel Bandeira
Daniel Bandeira - avatar