Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

show file upload progress in .net

I have to implement file upload progress bar in one of my project.But,having searched a lot , i am not able to find how to find bytes of file uploaded. Can someone tell me how to find bytes of file uploaded in ASP.NET?

like image 424
Niraj Choubey Avatar asked Dec 13 '22 17:12

Niraj Choubey


2 Answers

You might need to use some third party upload control. Plupload is a nice one you may take a look at.

like image 179
Darin Dimitrov Avatar answered Dec 27 '22 21:12

Darin Dimitrov


Try this:

http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti_1.html

like image 20
nik0lai Avatar answered Dec 27 '22 20:12

nik0lai