File Connection path...

He has: 183 posts

Joined: Nov 2003

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?

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

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.