By tag: FileUpload
0
kicks
FileUpload example: how to use FileUpload control in asp.net
Now we see how to upload a file in asp.net. For this example you need to create a web form as like FileUploadControl.aspx. Put a label, a Button and a FileUpload control in this web form.
0
kicks
ASP.NET File Upload with *Real-Time* Progress Bar
I had a number of people email me asking how the ProgressBar Toolkit control I blogged about last month could be used to provide progress for file uploads. So I thought I would spend some time and see how this could be done. Thankfully, there are a ton of resources available on the internet that d...
0
kicks
Large file uploads in ASP.NET
A review of some of the challenges and solutions to uploading large files in ASP.NET.