Browse by Tags
All Tags »
ASP.NET »
C# (
RSS)
Sorry, but there are no more tags available to filter with.
By Default, we can't upload files with size more the 4Mb, because it's already configured in the machine.web file. as follows: < httpRuntime maxRequestLength = "4096" /> where 4096 in kb Although you can overload these settings...
In this post I’ll show how to upload files to a server directory, and discuss several used techniques step by step. In ASP.NET, files can be uploaded many ways. One way is to use the FileUpload control because it’s easy and ready to use. Some...