I had downloaded a FileUploader code as attached. This code works fine on my PC, Win XP SP2. But when I run this program hosted under Win 2003 Server, ther is a limitation, the program does not allow me to upload file which is more than 200KB. Anything less than 200KB is fine. I also have a checking for file size between 1KB to 2MB, but the code doesnt execute up to that part and it already failed.
This is the code. Then count actually returns a 0 rather than 1.
Any ideas is much appreciated.Code:Set Uploader = New FileUploader Uploader.Upload() Response.write(Uploader.Files.Count)
Thanks.


Reply With Quote
Bookmarks