-
Course
- Core Tech
Uploading Files with a JavaScript REST API
This course will teach you what options you have for sending files from client-side web applications to the server. You’ll also learn what to do with them once they’re there.
What you'll learn
Web applications are responsible for managing a lot of different types of data. Strings of text are used for names and descriptions, dates are used to track what happened when, and numbers are used to quantify and measure an application’s data. Among these data types, files present a unique set of challenges to manage securely and efficiently. In this course, Uploading Files with a JavaScript REST API, you’ll learn about the options you have for uploading files from the browser to the server. First, you’ll explore how to handle a single file at a time. Next, you’ll expand your knowledge by examining how to upload multiple files at a single time. Finally, you’ll learn how to manage the files once they get to the server. When you’re finished with this course, you’ll have the skills and knowledge of uploading files with JavaScript needed to choose the most effective option for your use-case and implement it efficiently.
Table of contents
- Introduction | 3m 33s
- Uploading Files with HTML Forms | 3m 49s
- Demo: HTML Forms | 7m 55s
- Styling File Input Elements | 1m 17s
- Demo: Styling File Input Elements | 4m 42s
- Demo: Uploading Forms with Synchronous XMLHttpRequests | 5m 25s
- Demo: Using Asynchronous XMLHttpRequests | 5m 2s
- Demo: Tracking Upload Progress | 2m 29s
- Demo: Uploading Files with the Fetch API | 3m 30s
- Summary | 1m 43s
About the author
Michael VanSickle is an application architect in Akron, Ohio. He is a mechanical engineer by training and a software engineer by choice. He is passionate about learning new programming languages and user experience design.
More Courses by Mike