S
Scott Townsend
We are trying to get the Microsoft ASPFileUpload to work on both Win2003
and Win2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;q299692
We can now get large and small files on our Development machine. (Win2003
IIS6) Though now that we have posted it to the Production server we cant
seems to upload small files. The Production machine is a Win2000 IIS5
machine. It can take large files just fine. The Small files are what
killing it.
We are getting the following:
ASPFileUpload (0x800A0007)
Out of memory
Its on the .upload in the ASP file. Seems to break at about the 256K size,
which is the default Chunk size that the DLL reads. Kind of like if the file
is smaller then the Chunk size its not calculating the TotalByes correctly,
though it works Great on the Win2003 Box...
The file does get uploaded and it is intact, so it is reading the file, its
just something at the tail end of the code that is causing it to crater...
Any Suggestions would be helpful
Thanks,
Scott<-
and Win2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;q299692
We can now get large and small files on our Development machine. (Win2003
IIS6) Though now that we have posted it to the Production server we cant
seems to upload small files. The Production machine is a Win2000 IIS5
machine. It can take large files just fine. The Small files are what
killing it.
We are getting the following:
ASPFileUpload (0x800A0007)
Out of memory
Its on the .upload in the ASP file. Seems to break at about the 256K size,
which is the default Chunk size that the DLL reads. Kind of like if the file
is smaller then the Chunk size its not calculating the TotalByes correctly,
though it works Great on the Win2003 Box...
The file does get uploaded and it is intact, so it is reading the file, its
just something at the tail end of the code that is causing it to crater...
Any Suggestions would be helpful
Thanks,
Scott<-