Forums

This topic is locked

Pure ASP Upload with Dynamic Directories

Posted 27 Mar 2003 22:22:52
1
has voted
27 Mar 2003 22:22:52 Brian Canterbury posted:
Hello All,

We recently purchased the ASP upload extension. We love it. We have a specific need for a current project. We would like the upload directory to be dynamic. We have the information for the directory name in a recordset that already exists on the page. The goal is to allow different users of a site to upload images in their own "personal" directory. How can we allow for this dynamic directory? Using Pure ASP upload?

I tried changing the Pure ASP code as follows:

BuildUploadRequest RequestBin, """../images/uploaded/""" & (rsInstructors.Fields.Item("StoreNum".Value), "file", "", "over"


Edited by - knottydrd on 27 Mar 2003 22:31:44

Replies

Replied 28 Mar 2003 09:52:37
28 Mar 2003 09:52:37 Martha Graham replied:
Have you looked at the tutorial Upload to organized folder that you can find under the help button in the UI?
It walkes you step by step through the process.

Martha Graham

Reply to this topic