G
Guest
Hi,
I want to write an asynchronous file uploader control so that I can display
a progress bar as the file uploads.
The problem I having is that .net waits for the upload stream to finish
before passing the request onto the page or IHTTPHandler.
Does anyone know how to do this. (I've seen controls that do this so it must
be possible.)
I want to write an asynchronous file uploader control so that I can display
a progress bar as the file uploads.
The problem I having is that .net waits for the upload stream to finish
before passing the request onto the page or IHTTPHandler.
Does anyone know how to do this. (I've seen controls that do this so it must
be possible.)