0

I have an ASP.NET page where i want to use a file uploading facility for the user.in ASP.NET ,we have an ASP.NET File upload control.I want the site to show some upload progress back to the user when he uploads the file to the site.IF i use ASP.NET file upload control,It will use the post back and it will not give the user the impression as youtube/orkut gives while uploading files. Can any one tell me a solution for this ? I am using VS 2008

Shyju
  • 214,206
  • 104
  • 411
  • 497

3 Answers3

1

How to implement file upload progress bar on web?

and I suggest you read:

How do I configure IIS to handle really large file uploads?

Community
  • 1
  • 1
ScottE
  • 21,530
  • 18
  • 94
  • 131
0

Although not a 'native' .NET control, check out YUI Uploader.

http://developer.yahoo.com/yui/uploader/

AlexJReid
  • 1,601
  • 1
  • 13
  • 17
0

Perhaps a 3rd Party tool may be what your looking for

TWith2Sugars
  • 3,384
  • 2
  • 26
  • 43