Re: User.Request.Filename - issue setting true Tem (General questions)
Sample will be coming in via e-mail.
I don't think you are testing with a large enough file. I am setting the file in RequestHeaders Method. HOwever, with a small file, it looks as though it is using the file you specify for a temp file.
However, with a larger file, you can see the delay more clearly. Upload a 30 mb file (assuming a slow link between the server and client) and you will see. The Web Page reports the upload is completed, but the webServer and application freeze, the Temp file specified does not yet exists, and the hard drive crunches while it is now creating the temp file that I specified. App returns to normal, and my temp file is now there. It looks like wodWeb is still using it's own temp file, and simply copying into my temp file, just like the .Save method would do.
I need it to use MY file as the original temp file to put all of the Response Data.
Sample is on its way. Thanks!
Complete thread:
- User.Request.Filename - issue setting true Temp fi - D Waters, 2006-12-05, 02:23
- Re: User.Request.Filename - issue setting true Tem - woddrazen, 2006-12-05, 09:32
- Re: User.Request.Filename - issue setting true Tem - D Waters, 2006-12-06, 01:01
- Re: User.Request.Filename - issue setting true Tem - wodSupport, 2006-12-06, 23:29
- Re: User.Request.Filename - issue setting true Tem - D Waters, 2006-12-06, 01:01
- Re: User.Request.Filename - issue setting true Tem - woddrazen, 2006-12-05, 09:32