Hi everyone,

I've not really had much experience of ASPUpload yet, so some help
would be much appreciated!.

What I'm trying to do is upload an image (which I've managed with the
sample code from the ASPUpload site), then I want to rename the image
to a number, namely the value of an autonumber field in my Access
database. i.e. 1.jpg, 2.jpg etc

I have no problem retrieving the autonumber etc it's the renaming part
I'm struggling with.

I'm using ASPUpload v2

Could anyone post some sample code or point me to somewhere that
covers this. I've had a search around and can't seem to find much.

Thanks in advance,

Tom

Re: ASPUpload by Tom

Tom
Mon Sep 15 10:18:05 CDT 2003

You could use unique file name function and store the name in your access
database
http://www.aspupload.com/manual_simple.html
Otherwise you'll have to let aspupload save the file, then rename it.
http://www.aspfaq.com/show.asp?id=2074


"Nakedwalls" <sales@nakedwalls.co.uk> wrote in message
news:41b381b0.0309150650.44a7b304@posting.google.com...
> Hi everyone,
>
> I've not really had much experience of ASPUpload yet, so some help
> would be much appreciated!.
>
> What I'm trying to do is upload an image (which I've managed with the
> sample code from the ASPUpload site), then I want to rename the image
> to a number, namely the value of an autonumber field in my Access
> database. i.e. 1.jpg, 2.jpg etc
>
> I have no problem retrieving the autonumber etc it's the renaming part
> I'm struggling with.
>
> I'm using ASPUpload v2
>
> Could anyone post some sample code or point me to somewhere that
> covers this. I've had a search around and can't seem to find much.
>
> Thanks in advance,
>
> Tom