Pure ASP Upload 2 Support Product Page

This topic is locked
This topic was archived

Building File Upload Path

Asked 25 Feb 2002 13:17:14
1
has this question
25 Feb 2002 13:17:14 Fraser Eadie posted:
I need to build the upload path for the selected file.

The users have to select 3 drop down list values before they select the file.

These drop down lists represent folder names and I would like to build the path for the file based on these selections.

Any ideas how I can do this?

Replies

Replied 26 Feb 2002 18:51:43
26 Feb 2002 18:51:43 George Petrov replied:
Yes use the following as upload folder:

<pre id=code><font face=courier size=2 id=code>
"upload/" & UploadFormRequest("dropdown1"
</font id=code></pre id=code>

This will allow you to create a dynamic upload path.

I think it is also posted as FAQ

Greetings,
George

-----------------------------------------------
George Petrov - Co-Founder, www.UDzone.com
The site for Macromedia
Dreamweaver UltraDev Developers!
-----------------------------------------------

Reply to this topic