Uploading Files to the Web in JavaScript| Learn Web Dev with Austin Gil

Опубликовано: 04 Октябрь 2024
на канале: Akamai DevRel
9,859
80

In this video, ‪@heyAustinGil‬ continues expanding on the file upload series by stepping into the JavaScript world. He'll use fetch, FormData, and URLSearchParams to construct an HTTP request to upload files to the server.

Links:
submit event - https://developer.mozilla.org/en-US/d...
Fetch API - https://developer.mozilla.org/en-US/d...
FormData - https://developer.mozilla.org/en-US/d...
URLSearchParams - https://developer.mozilla.org/en-US/d...

Watch Austin's Livestreams here:
YouTube:    / heyaustingil  
Twitch:   / heyaustingil  
Website: https://austingil.com/

Chapters:
0:00 - Introduction
0:19 - File Uploads in JavaScript
4:33 - Recap & Wrap Up

#fileupload #javascript #webdevelopment