Okay, that was pretty damn cool when you started coding in browser to get a function you needed for the next step. Really smart demonstration
@olivyae3057 Жыл бұрын
I just caught on to that. So cool :)
@edilsonjunior81612 жыл бұрын
Man, this is a dream. A solution for local apps. Thanks dude.
@edwardwilson42722 жыл бұрын
Fantastic vid. Short and sweet. Have been wondering how to work with files and JS for some time. Thank you!
@AndiAbrudan3 жыл бұрын
I couldn't help but notice that you inserted a tab in a textbox at 2:58 How did you do that? Usually, tab just cycles to the next element on the page
@CodePulse3 жыл бұрын
I copied a tab character from my text editor and used ctrl+v every time I wanted to indent 😁
@omkarbhale4422 жыл бұрын
OK, a video that explains file system API cant be better than this.
@noahsomeone19382 жыл бұрын
My mind has just exploded and you just gained 1 sub.
@Tabbytoffee6 ай бұрын
Wow! you just nonchalantly created a turing complete text editor in a 4 minute video. Thanks so much!
@CodePulse6 ай бұрын
Hahahah
@RealmOfCode2 жыл бұрын
What about the file's path? I tested this API with an image file, but I can't get the reference to the path for the selected image file. I can console.log fileData and I am able to see a "path" property, but it's always blank.
@LucasAlfare3 жыл бұрын
Show some binary manipulation over files as well if possible
@damienscullytoo3 жыл бұрын
Also compared to your other videos this one is pretty quiet so just a heads up
@akrit.ghimire2 жыл бұрын
Amazing and so simplified. Thank you!!!!
@masterfighter88562 жыл бұрын
Impressive .. I hope u continue JavaScript tutorial and about indexed-database and broadcast- channel .. all about system files and streams this is basics of advanced JavaScript thanks for u
@magbenyo3 жыл бұрын
I will start learning web development next year 😊
@heeju4482 Жыл бұрын
This video is really helpful! Thank you :)
@RunningtoCatchMyBreath Жыл бұрын
I like you your added a gratuitous shit on python at the end. Keep that up
@sealchan13 жыл бұрын
Not selecting a directory is a feature rather than a bug of showOpenFilePicker() vs a forthcoming showOpenDirectoryPicker()? The mozilla documentation doesn't seem to address this currently.
@CodePulse2 жыл бұрын
Probably, yes
@RanjithKumar-rp7xi2 жыл бұрын
While downloading files, can we able to save the directory path during first time and for second time can we directly point download to existing directory path without selecting paths for second time
@CodePulse2 жыл бұрын
That's a good question. I've tried looking this up and the best solution I could find is to store the fileHandle in localStorage which can then be retrieved after page reload. Note that another permission prompt may appear. stackoverflow.com/questions/64856292/persist-file-descriptor-across-page-reload-in-chrome-with-filesystemfilehandle
@emmanuelakigbogun1970 Жыл бұрын
Who is this guy .. this is awesome😅🎉 thanks man
@arifhossain8753 Жыл бұрын
Is it possible to open file without propting new oprn file window?
@olzhaskrm26282 жыл бұрын
Amazing!!! Thanks , I was wondering if I can upload and read couple of files? Thanks
@athuldas442 жыл бұрын
why there is square bracket in file handle please someone can u explain in detail
@CodePulse2 жыл бұрын
The function returns an array, and the file handle is the first element of the array. I used special JavaScript syntax called "array destructuring" to get the first element from the array.
@i-ahmed34952 жыл бұрын
when I click save it says Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'createWritable') how to fix it?
@devanshdas04044 ай бұрын
Is it possible for us to have access to the file in the next session without the user being prompted to select the files again?
@CodePulse4 ай бұрын
Unfortunately I don't think this is currently possible.
@codewithalade53993 жыл бұрын
Plz, try to make this kind of videos for javascript.
@aniquemaniac2 жыл бұрын
how to get the file and folder list in sidebar
@dinakaranb8768 Жыл бұрын
For save every time prompt was showing how to solve that
@rauchu58618 ай бұрын
what are the limits to this?
@__hannibaal__ Жыл бұрын
I left JavaScript 22 years; and i didn’t know will be popular.
@rahiljakir Жыл бұрын
Does this work in Android chrome?
@nicholasirvan10 күн бұрын
well this tutorial saves me, i was searcing for Save As function in js where user want to specify where they download their files, using showSaveFilePicker solve the problem
@CodeMoon072 жыл бұрын
the save function dont work :(
@webdev19432 жыл бұрын
Q: how to get directory path in javascript? thanks
@icedjelly2 жыл бұрын
Hi but for me it makes a txt.crswap file
@adrishkumarde41552 жыл бұрын
Thanks this was Helpful
@milindkolambe73912 жыл бұрын
Can I use the api in asp.net? How?
@rdawo6408 Жыл бұрын
This is awesome for desktop apps but what about mobile ones 😢😢😢😢
@Conversion1082 жыл бұрын
the innerText won't load for me everything works but that
@CodePulse2 жыл бұрын
Did you create an element with id="textarea"? You may also want to try `let textarea = document.querySelector("#textarea");` on the previous line.
@simonfj203 жыл бұрын
Can't wait for and IDE i don't have to install
@lazykid91672 жыл бұрын
inception bro....
@JeroenLapre2 жыл бұрын
Very helpful. Thanks
@slashd2 жыл бұрын
Great video!
@CodePulse2 жыл бұрын
Thanks!
@kamoroso946 ай бұрын
If only this had full cross browser support.
@hotdrogon93503 жыл бұрын
Bro Make the Video series for Assembly Language Please. Thanks 😘
@Daniel-pg8ln2 жыл бұрын
Thank you so much!!!
@sameerparab79922 ай бұрын
Very nice
@kashmirtechtv2948 Жыл бұрын
UNIQUE
@davidbguyenot86652 жыл бұрын
I feel dumber than before
@damdam49693 жыл бұрын
best men
@karakisihmas2 жыл бұрын
like
@secondengineer98143 жыл бұрын
I'd like to request a Python video, as it is a better language than javascript :)
@marvin.toyboy3 жыл бұрын
It's not better haha. It's slower and use more energy.
@adolphineatingchildren2641 Жыл бұрын
this tutorial is great, but a lot of browsers don't support this API