
April 21st, 2005, 08:44 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 1
Time spent in forums: 4 m 57 sec
Reputation Power: 0
|
|
|
Problem with setting directory
Hi Prakash,
I know you posted this a long time ago, but I was wondering if you could help me with a problem I have. I have a file upload button and when I click on it I want it to go to a specific directory, not just any directory. Do you know if there is any asp code I can put in to set the directory?
Thanks I really appreciate your time!
Cynth
Quote: | Originally Posted by prakash123 I have set a path in ASP to upload files which is as follows "c:\prakash\&tm"
where prakash is a folder name
tm is a string value retrieved by using request.querystring (tm also is a folder name)
This path is working perfectly.
Now I want to add another value to this path which is st.
st is the session username, that is <%=session("username")%>, and it is also a folder name.
I tried using "c:\prakash\&tm\&st" but it gives errors.
Plz help me.
Thanks.
Prakash |
|