Guest User

Guest User

  • Tech Writer
  • 515
  • 42.5k

About File Upload in MVC

Jul 26 2020 12:20 PM
Hello Everyone,
Hope everyone is fine.
 
I need a small help on File Upload control.
I am uploading file(can be Image/Audio/Video) and that file can be of any size.
So what I am looking for here is after selecting that file, it should show progress bar instantly. So that user gets to know that file is not uploaded yet and it is still uploading.
I want that progress bar on ONCHANGE event of File Upload and After it is uploaded completely, I can click on Save button and then store that file to projet local folder.
With Progress bar if it shows Percentage, that would be really helpful,But that is optional. 
 
I am working on MVC and SQL database.
 
 
Thank you in advance 
 

Answers (4)