Full Stack Web Development

TH09 Upload and Store a File Using MVC

04/25/2019

11:00am - 12:15pm

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