i need a solution for
how to add an image to the profile just like in
www.yahoo.com where people post their ad and their image.
and more important is updating it.
the way it is stored.
thanks in advance for ur help.
regards,
srinidhi.k
Use SAFileUpLoad or some other upload component to get the files from the
user.
Store the actual path and filename where the file is in a database, in a row
that also contains the user's details.
When you need to display the page, extract the path and filename from the
database and write it into the src="" for the <img> tag
HTH
Cheers
Ken
----- Original Message -----
From: "srinidhi"
To: "ASP Databases" <asp_databases@p...>
Sent: Tuesday, May 16, 2000 8:40 AM
Subject: [asp_databases] adding image
> i need a solution for
> how to add an image to the profile just like in
> www.yahoo.com where people post their ad and their image.
> and more important is updating it.
> the way it is stored.
>
> thanks in advance for ur help.
>
> regards,
> srinidhi.k