Forums

ASP

This topic is locked

Upload file to directory from DB

Posted 06 May 2003 09:14:03
1
has voted
06 May 2003 09:14:03 Mark Oates posted:
I want to use the Pure ASP upload to upload a file to a directory on my server, but where the directory name changes each time a file is uploaded - the directory name is a field value from my db, how do i do this using ASP upload

Replies

Replied 06 May 2003 11:07:38
06 May 2003 11:07:38 Patrick Woldberg replied:
It is possible to use "upload/" & (Recordset.Fields.Item("name".Value) as upload folder, just create an recordset and replace the above with the values of your own.

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------

Reply to this topic