T
Tim Haughton
Here's the thing:
1) I need to upload a file to a web server.
2) The file could be as large as 800meg.
3) The file needs to be uploaded by a HTTP-POST
We currently have this working OK, but there's a problem with large
files. The file is loaded into memory by the server before the aspx
page can save it to the disk location. Is there a way of grabbing the
raw stream and piping it straight to disk?
Cheers,
Tim Haughton
1) I need to upload a file to a web server.
2) The file could be as large as 800meg.
3) The file needs to be uploaded by a HTTP-POST
We currently have this working OK, but there's a problem with large
files. The file is loaded into memory by the server before the aspx
page can save it to the disk location. Is there a way of grabbing the
raw stream and piping it straight to disk?
Cheers,
Tim Haughton