Dude I was looking for a FileReader tutorial. This is above and beyond. Such useful information!!
@ankushjain3583 жыл бұрын
An extremely helpful tutorial. You explained much more than what was needed. Thank you.
@NicoHeinrich2 жыл бұрын
I watched this a year ago and understood almost nothing. Now it feels like second nature. Thanks for sharing!
@Eckowz3 жыл бұрын
you have no idea how it helped me... in resume I was able to run a script without the NODE.JS THANK YOU!
@tempestseven65524 жыл бұрын
Love how this guy is this understandable on any youtube playspeed. Was very useful when i couldnt keep up or wanted to speed familiar parts along.
@mrchedda4 жыл бұрын
Really good content. You are a super advanced javascript dev. And thank you for not keeping your face on the screen the entire time! It's so annoying when other folks do that. Such a waste of screen real estate and a huge distraction! Wish you made more content!
@MrKonovalets6 жыл бұрын
I thought I'm not gonna like this video, but after I watched I love it!!!
@shivamsagar62285 жыл бұрын
Awesome Man I was stuck in drag and drop part but you give me that solution!!!!!!!!!!!! Great going... Keep It up
@danivalldosera25236 жыл бұрын
Thanks a lot for creating such great tutorials dude!
@damirmustafin50246 жыл бұрын
Sweet! I did not know that you can do such things using pure JS (without use of external libs), especially the drag & drop part.
@thefreeze60235 жыл бұрын
Well anything you can do with libs qre possible with pure js because libs are made from pure js.
@calebcadainoo4 жыл бұрын
How do I submit image and text together in one submission/submit as a stream to an API without getting CORS error
@itzvoko13 жыл бұрын
@@calebcadainoo do you know this now? or I say how
@feldeagle20855 жыл бұрын
This was amazing thank you. Worked great for what i needed. People keep saying it wasnt possible because javascipt cant read local files.
@abdulazizalghafli52406 жыл бұрын
Great, thank you. You always choose clever topics that increase our knowledge.
@Barnardrab4 жыл бұрын
Thank you! 3 minutes in and I found what I was looking for. I appreciate it.
@applesthepi7186 жыл бұрын
thank you so much! I was trying to figure it out for so long!
@kemal_ozturk5 жыл бұрын
Everyone here saying how helpful the video was. I am astonished by the sick bicycle moves in the end...
@RobertWildling5 жыл бұрын
Wow! That was an awesome trip! And finally I know the difference between a brown bear and a grey bear! ;-)
@moshoodadedolapoadegbolu6115 жыл бұрын
You are a JS geek indeed...........A new fan of yours from Nigeria comments
@ritik846295 жыл бұрын
Very nice to see that you used latest techniques.
@deceps5 жыл бұрын
Thanks for the videos man. You’ve taught me a lot. Hope everything is well.
@down__lo73593 жыл бұрын
2022 and it's still good! Thanks Kyle
@thurcandelaria4 жыл бұрын
O melhor conteúdo sobre este assunto na internet. Parabéns!
@proXystuS6 жыл бұрын
thank you so much for this. I can finally upload csv files to my upload router on my server WITHOUT a page refresh!
@vjzb33 жыл бұрын
That was awesome. It just kept getting better and better lol. You’re the man
@flammea_6 жыл бұрын
thanks for an amazing tutorial. you should also put links inside descriptions for further reading though
@kylerobinsonyoung6 жыл бұрын
Good idea! I added a link to a good MDN article.
@flammea_6 жыл бұрын
thank you!
@haizzengunn93505 жыл бұрын
Thank you Sir! for making this video, it helped me alot for my project work:)
@Momazharansari4 жыл бұрын
Finally I get it....Thank you so much brother 😊😊🥰🥰
@jojojawjaw6 жыл бұрын
Amazing tutorial, thank you so much. Subscribed!
@kylerobinsonyoung6 жыл бұрын
Thank you!
@martin-xq7te3 жыл бұрын
Great video. Very well explained. Maybe show how the add the csv data to P tags
@sdmunoz6 жыл бұрын
Instead of using XHR, you could use the Fetch API, it's a lot easier.
@kylerobinsonyoung6 жыл бұрын
Thanks for the tip!
@RK-gm4pd5 жыл бұрын
Samuel Munoz it's outdated tip )) check Kyle's channel
@osta62124 жыл бұрын
@@RK-gm4pd any video ?
@megaxenu7535 жыл бұрын
brilliant, really helpful. CORS errors been doing my head in.
@moseleenone72523 жыл бұрын
hi can i ask why did you add 'reader.onload....' line in the middle, and not after 'reader.readAsText...' ?
@ukaszj29064 жыл бұрын
Ok, so if i have reader.result from readAsArrayBuffer how to change it into Int8Array, or if choose readAsDataUrl, how to decode it and put into Int8Array?
@maxk.20766 жыл бұрын
Great, you have talent to make things clear! Liked + subcribed.
@qlf38964 жыл бұрын
So when you upload an image , it is basically stored in the browser memory? But how does the browser acces those local files without being sent to the server first?
@tgt1064 жыл бұрын
How can I preview a selected file (pdf, excel etc..) in a different browser tab?
@makalato9946 жыл бұрын
Great video Thanks men do not stop teaching Blessings
@shubhampandey10733 жыл бұрын
sir when i write reader.readAsDataURL(a.files[0]); it shows me base64 address now how to trace image src from there
@boyapatiramakrishna20683 жыл бұрын
I can also do this, can you read the file without 'choose file' option with javascript code provided by full path of that excel file. I am looking for it in the whole world. do you have the solution?
@quicksketch16174 жыл бұрын
Great tutorial. I have a question how can I use Fetch API in the image example instead XMLHttpRequest?
@sonoftroy85725 жыл бұрын
Kyle Young! i'm learning how to code and I was wondering if you or someone in the comments section can help me work something out... if I create a html form for a user, how does the users data create a new instance of a JavaScript object using Object Oriented Programming... using console.log() will allow you to test sample data on the console, but if a user inputs information into a form... does that data create a new object then send that data to the constructor???? i'm not really sure how that works and i'd like to know what your thoughts are on that thanks
@luissalvador13484 жыл бұрын
Wow, this solved a problem I had when uploading files to my app. You saved my ass, Thanks!!
@JavaScriptcher3 жыл бұрын
Super!!!This is the best video, and I understand how it works!!!✊🇷🇺
@balajisharathkumar97536 жыл бұрын
hello kayle please make a video on uploading video file to server as a chunk by chunk and receiving response as a hole at client side using jax-rs,js,jquery receiving json response update front end percentage of sent data using progressbar
@prinautospares4 жыл бұрын
Great content. I've been looking for this. Subscribed!
@KenzoArts5 жыл бұрын
Hi Kyle, is there a way of restricting the user to choose files from only a dirctory on the server ?
@novelstudio16513 жыл бұрын
const foto_a = document.getElementById("foto_a"); foto_a.addEventListener('change',function(e){ console.log('foto a = '+foto_a.files) alert(foto_a.files) },false); this my code, but result foto a = [object FileList], please help me mr?
@fuu8126 жыл бұрын
What an amazing video! Thank you buddy
@alvinlloydcrosse23334 жыл бұрын
Good stuff. Thank you, Kyle!
@mmurty28286 жыл бұрын
sir i need create table while giving rows and column values by using java script. can you help me plz.
@karenhuang22812 жыл бұрын
SUPER USEFUL TUTORIAL!!!! THANKS A LOT!!!!!
@real.anigan5 жыл бұрын
is there a way I can preview a large video file without crashing the page?
@codex83323 жыл бұрын
You are definitely a "Pro".
@germanduterte71104 жыл бұрын
Good tutorial first time to know about this.
@sachinprabhuk62415 жыл бұрын
Fantastic tutorial!!..just loved it.
@webdev47863 жыл бұрын
wow, i need a teacher like you. youtube should suggest me people like you man. big up! and SUBSCRIBE.
@DivjotSingh6 жыл бұрын
Love your videos and your bear experiments. I wonder what keeps you from using arrow functions?
@kylerobinsonyoung6 жыл бұрын
I write a lot of code without using ES next compilers and still target IE >= 11. So my coding habits are currently rooted there until IE usage drops low enough.
@anapaulalopes125 жыл бұрын
How do I convert this file to byte[] ??? using FileReader....
@techfriendly41394 жыл бұрын
Amazing ! mann thankyou you saved me ! keep doing the great stuff
@simon_s6 жыл бұрын
what if we want to read a file without waiting for the user to select one. For exemple, i have a text file with names and i wanna select one of the name inside on loading htm page with google chrome... How do I do ?
@kylerobinsonyoung6 жыл бұрын
The short answer is you can't for security reasons. The files the browser can read from a user's machine must be initiated by the user. There are ways if you're building an Electron desktop with Chrome or building a Chrome extension and the user has given it permission to access the filesystem though.
@varshinireddy96655 жыл бұрын
This is an amazing video. Please, can you put up a link or another video that specifies how to handle the file to store to the server once it has been sent to another javascript i.e. the server side code?
@wrushu5 жыл бұрын
Is there any way to open the file uploaded using in browser
@chetanajadhav74785 жыл бұрын
have u got any solution ?if yes ,plz tell me
@kwilderful3 жыл бұрын
Er... that does not look that a trial bike. :D Nice tutorial. Can you do one with embedding videos? I can't quite get that to work.
@riteshelango65733 жыл бұрын
how to I make it read an CSS file
@FaridAbbasbayli6 жыл бұрын
Very comprehensive, gray-scaling using the RGB values blew my mind a bit. P.S. Editor and theme name, please?
@kylerobinsonyoung6 жыл бұрын
Thanks! I'm using Atom with the Monokai syntax and Seti UI.
@erfanwinarno4344 жыл бұрын
How about open pdf file sir?
@ellanut45886 жыл бұрын
How can i write files? Help me pls.
@pwnweb57346 жыл бұрын
Superb !!! where's the sponsor button ?
@kylerobinsonyoung6 жыл бұрын
I have a patreon if you would like to support the channel: www.patreon.com/shama Very much appreciated!
@Yudibilly4 жыл бұрын
sir, I want to download videos from KZbin using javascript... can you give a trick...(thank you)
@davidfont25964 жыл бұрын
That would violate the KZbin terms of service and his channel would be demonetized.
@trigger603 жыл бұрын
Your still the man, thanks
@birukephrem46054 жыл бұрын
I hope you are a great tutor, but you could have covered more about fileReader and less about other non related stuffs. Thumbs up on the drag n drop
@siddharth83876 жыл бұрын
Thanks for solving my problem. #siddharthmaurya
@antonaparin3 жыл бұрын
Can you please use colons in your videos? It's hurting my eyes --> ;
@BretComnes6 жыл бұрын
Is it possible to implement custom Blobs?
@kylerobinsonyoung6 жыл бұрын
How do you mean? You can put whatever data you want into a Blob with the advantage is many other APIs can handle it and treat it like a file. Or are you asking can you extend a Blob (like File does)?
@augre-app6 жыл бұрын
Great lesson like gomorrah
@michaelronald57283 жыл бұрын
Consegui resolver meu problema só com a dica do console.log... Muito obrigado!
@kmuralikrishna15826 жыл бұрын
Hi nice vedio, but please understand here therr are really many vedios for read .txt files and images, but there is no any vedio for read MS word content. I wud like to requesting you kindly do a vedio for read MS word content.