Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: adding image


Message #1 by "srinidhi" <srinidhi_krish@u...> on Tue, 16 May 2000 8:40:35
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

Message #2 by "Ken Schaefer" <ken.s@a...> on Tue, 16 May 2000 18:33:42 +1000
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




  Return to Index