Forums

This topic is locked

Pure Asp Upload to variable folder

Posted 20 Jan 2003 17:39:17
1
has voted
20 Jan 2003 17:39:17 nigel burkinshaw posted:
Hi guys
i have a folder structure of
'...girls\pics\star' where 'star' is the name of a model. I have a form on a page to upload this. I also have on the same page a session variable of the currently logged in models name called 'model' i am using the code shown in the tutorial to put files into a variable folder
"Upload/" & Session("model" but this will only put the file into the 'pics' directory. i need to go one 'step' down actualli nti the models own folder how do i do this. its been driving me nuts fors 2 days now!

Replies

Replied 20 Jan 2003 21:44:20
20 Jan 2003 21:44:20 asp asp replied:
How about you create a Hidden form element, and give it the value of the model that just logged in, then you can use it to direct you to the proper folder.

Reply to this topic