I'm going to start an upload control in ASP.NET (VB).
The requirements:
* Can handle big files
* Has a progress bar
The build in upload control does not meet my requirements.
I know that you can write it with a httpmodule. But I don't know how to address that. I searched on the internet and only found software that I can buy, no examples or free source.
Could you help me?
You can give me examples in VB.NET or C#: that doesn't matter.
The requirements:
* Can handle big files
* Has a progress bar
The build in upload control does not meet my requirements.
I know that you can write it with a httpmodule. But I don't know how to address that. I searched on the internet and only found software that I can buy, no examples or free source.
Could you help me?
You can give me examples in VB.NET or C#: that doesn't matter.