|
Subject:
|
how to send image from client to server
|
|
Posted By:
|
alyeng2000
|
Post Date:
|
10/26/2003 5:53:19 AM
|
hi,
i am asking about how to transfer image from client to server either to specific folder or a database field
need help
Ahmed Ali Software Developer
|
|
Reply By:
|
Imar
|
Reply Date:
|
10/27/2003 5:30:32 AM
|
Hi there,
To send files from the client to the server, you'll need a server-side upload component. There are a lot of different components available, both commercials and free. One free component that has worked for me in the past is the Dundas Upload control, available here.
There is pretty good documentation available teaching you how to upload the file from the client to the server and how to process it on the server.
HTH,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
alyeng2000
|
Reply Date:
|
10/27/2003 7:08:19 AM
|
thanks IMAR, but is there a way to load an image to database from client as like insert
rs.("image")=imageobject
Ahmed Ali Software Developer
|
|
Reply By:
|
Imar
|
Reply Date:
|
10/27/2003 7:13:22 AM
|
Hi Ahmed Ali,
Check out the documentation on the Dundas page I posted here earlier.
Tutorial 3: "ADO Support and Saving a File as a BLOB" will show you how to accomplish this.
Cheers,
Imar
--------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
alyeng2000
|
Reply Date:
|
10/27/2003 7:10:36 PM
|
i have found it thanks more IMAR
Ahmed Ali Software Developer
|