Y
yannis.corre
Hello,
I don't understand the difference of behavior of these two
webservers :
I'm uploading a file and I launch a thread that makes some treatments
with the Request.Files.
I saw that a new .post file was created on a "upload" directory of the
ASP.Net temporary files.
With the internal webserver :
- When I start my thread, I can use the Request.Files (passed by
parameter) perfectly
With IIS 5 :
- When I start my thread, I can't use the Request.Files (passed by
parameter) because the .post file disappears (just when I enter in my
thread).
So I would want to know why the two webservers have two different
behaviors?
How can I do with IIS 5?
Thanks in advance.
I don't understand the difference of behavior of these two
webservers :
I'm uploading a file and I launch a thread that makes some treatments
with the Request.Files.
I saw that a new .post file was created on a "upload" directory of the
ASP.Net temporary files.
With the internal webserver :
- When I start my thread, I can use the Request.Files (passed by
parameter) perfectly
With IIS 5 :
- When I start my thread, I can't use the Request.Files (passed by
parameter) because the .post file disappears (just when I enter in my
thread).
So I would want to know why the two webservers have two different
behaviors?
How can I do with IIS 5?
Thanks in advance.