GaryDN
Posts: 34
|
| Posted: 10/23/2004, 6:02 AM |
|
when using the upload component, is there a way to have it create the upload folder on upload??
I want to make folder based on the id of the record
windows server, asp, access
thanks
|
 |
 |
DonB
|
| Posted: 10/23/2004, 9:02 AM |
|
You do that yourself: FileSystemObject.CreateFolder()
Some ISPs don't allow FSO, so if it throws an error when you try this,
that's probably why.
--
DonB
http://www.gotodon.com/ccbth
"GaryDN" <GaryDN@forum.codecharge> wrote in message
news:6417a5682c8c01@news.codecharge.com...
> when using the upload component, is there a way to have it create the
upload
> folder on upload??
>
> I want to make folder based on the id of the record
>
> windows server, asp, access
>
> thanks
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
GaryDN
Posts: 34
|
| Posted: 10/23/2004, 10:11 AM |
|
Thanks Don works great!
|
 |
 |
|