Problem With StreamFile.SaveToFile
I downloaded the code for file uploads from freeaspuploads. but my system keeps giving me the same error: adodb.stream: write to fail failed. With the Line: streamFile.SaveToFile path & fileItem.FileName, 2
path is a folder in wwwroot
I'm using XP Pro.
View Replies
Is there a way to save a file to disk using objStream.SaveToFile using a relative path instead of an absolute path?
View Replies
View Related
I have an upload script that seems to fail in Firefox and Mozilla based browsers when it hits the .SaveToFile Method. It works fine in IE. Is this a documented bug? Is there a work around?
View Replies
View Related