Full Stack Web Development

TH01 Upload and Store a File Using MVC

06/13/2019

8:00am - 9:15am

Level: Introductory to Intermediate

Paul Sheriff

Author / Instructor

Many web applications require the user to upload files. The HTML file input allows the user to select a file from their hard drive, but how do you then upload that file? What are the best practices? How can you limit the file size? How can you style the control to match the rest of your site? All of these questions and more will be answered in this step-by-step seminar on how to use the HTML file input control effectively.

You will learn:

  • Style the HTML file input control
  • Create a thumbnail of an uploaded image
  • Store the uploaded file into a SQL Server table