Course Information
Course Overview
Add a nicely designed drag and drop file uploader to any website including your own online learning platform!
Have you ever wondered how Udemy created their great file uploader for instructors? This course shows you how to build your own file uploader with the advanced feature of drag and drop uploading.
In this course you will learn how to set up your upload server, set the style of your upload page, display an upload progress bar, and write the JavaScript code to make it all come together.
Technical Description
Create a multiple file uploader using the HTML5 Drag & Drop API, with a multiple file selection if not supported. You'll create a reusable JavaScript AJAX uploader that works with any backend language that can upload files and output JSON, although we'll be using PHP here. Finally, we'll pull this all together by using the reusable uploader code to output which files have been uploaded and which ones failed.
Technologies and Languages Used
- PHP
- JavaScript
- AJAX
- CSS
- HTML5
Real World Uses
This file uploader can be used in creating an online learning platform like Udemy or on any other type of website in which file uploads are important. Learning this skill we keep you head and shoulders above the rest of the web dev flock.
Course Content
- 4 section(s)
- 12 lecture(s)
- Section 1 Introduction to the Course
- Section 2 Creating a Udemy Style Drag and Drop File Upload System
- Section 3 Conclusion
- Section 4 Bonus Material
What You’ll Learn
- Set up a file upload and display server
- Create and style your own file uploader
- Add a drag and drop functionality to your file uploader
- Choose which files to accept and which to deny.
- Display uploaded files
Skills covered in this course
Reviews
-
PPaul Knight
This course uses the dataTransfer.files API which isn't available in Safari (and isn't coming to iOS anytime soon) so you basically can't use what you learn on this course in a production environment.
-
NNicolás Yánez
Useful course of how to upload multiple files, clever and a good explantion and clever.
-
MMark Fisher
This course appears to have been abandoned by the instructor. Questions are note getting answered.
-
RRich Helton
Great Course