Hi,
Seem to have come to a problem.
Created a system where the user creates a folder on to the server (works fine) which is recorded in a database, then the upload script will upload it to this new folder. But there is no error and the file uploads but not in the new folder.
This is the upload path. the recordset1 does work.
Dim uploadsDirVar
uploadsDirVar = (server.mappath("..\Uploader\UploadedFiles\" & Recordset1.Fields("FolderName")))
Can any one help?






dhotchin posted this at 11:07 — 2nd June 2005.
He has: 183 posts
Joined: Nov 2003
Sorry, silly me.... Forgot that i had 2 uploads scripts on two diffurant pages and i was only changing the one. it works fine now. Thanks