Ezilon.com - Target Your Audience, be Seen in Your Region

File Connection path...

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

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