Has anyone tried using freeaspupload? It works fine on the server with the demo script provided, but I am having a heck of a time getting it to work as a replacement for the upload script in my installation of the proeder's upload Mod. It seems a lot faster, but I just can't seem to get them to play nice.
What version of VBScript do you have on the server? I ask because that is what is keeping me from using a similar script... May also be worthwhile to find out what version of ADO you have as that could be part of it too.
More information on what kind of problems you are having would help too.
Yeah details would help. At first I was just wondering if anyone had tried it and discovered it just doesn't work.
Anyway, I have the right versions installed as the demo script from the author included in the package test this and that script runs fine and uploads any file I choose.
When I attempt to use this script/class to replace the upload.asp of the proeder's file attachment mod, I can't get it to upload the files. I believe the error is in capturing and using the filename, but I am just not able to wrap my mind around this one for some reason.
If I duplicate the functions and execution statements from the demo script and put them in the area of outputFile.asp where the file is uploaded to the server, I get the error: "The file name specified in the upload form does not correspond to a valid file in the system."
Any help would be greatly appreciated as in testing this upload script is significantly faster and has less limitations than the one included with the mod.
I was trying to use parts of both upload functions instead of replacing the original totally. I do not have the time to rework the whole mod for the new script right now, but hopefully I will in the future. It seems much faster as it uses streams instead of byte strings.