User.Request.Filename - issue setting true Temp fi - WeOnlyDo Discussion board

User.Request.Filename - issue setting true Temp fi (General questions)

by D Waters, Tuesday, December 05, 2006, 02:23 (6563 days ago)

I am having problems when setting the User.Request.Filename property, and having WodWebServer properly use the file I specify. It is most apparent when I attempt to upload a large file (say 20-50 mb). When the upload completes, my application freezes for several minutes. It appears that during that time, wodWebServer is copying the file from whatever Temp file it created, to the file I specified. This is the same process that occurs if I simply called the Request.Save method.

However, according to the documentation, I should be able to set Request.Filename, and wodWeb will use THAT file for the Temp. If this were tru, when the file upload was completed, the application would not freeze while transferring the data from the 'Temp' file to the file I wanted it saved as, because that is where the data would already be.

Again, it appears that wodWeb is not using the filename I have specified in Request.Filename to store the data as it is initially uploading.


Can this be corrected? Am I misunderstanding the purpose of Request.Filename?


Complete thread: