Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: How to add an image into a Databank sent by a customer.


Message #1 by "Javed Iqbal" <ji@e...> on Fri, 23 Feb 2001 12:23:16
Hallo Friends,



I offer a message box via internet to a customer using FORM element. The 

box contains an input field of type 'FILE'. In this field the customer can 

put an image choosing from his local folder. My problem is that:



-How to receive this image,

-How to insert this image into a field(data type binary) of a table,

using VBScript.



Hopefully somebody will help me.



Thanks a lot.





Javed Iqbal
Message #2 by "Nagendra Pandey" <npandey@h...> on Fri, 23 Feb 2001 22:45:06
I use aspupload component to allow uploading of files.  Here is demo of 

aspupload and they have documentation and code how to do it at 

http://www.aspupload.com/livedemo.html



I hope this helps





> Hallo Friends,

> 

> I offer a message box via internet to a customer using FORM element. The 

> box contains an input field of type 'FILE'. In this field the customer 

can 

> put an image choosing from his local folder. My problem is that:

> 

> -How to receive this image,

> -How to insert this image into a field(data type binary) of a table,

> using VBScript.

> 

> Hopefully somebody will help me.

> 

> Thanks a lot.

> 

> 

Message #3 by =?iso-8859-1?q?Bhanu=20Shanker=20Menon?= <bhanu271978@y...> on Sat, 24 Feb 2001 02:52:40 -0800 (PST)
HI 

that's ok but one has to register the dll isn't it???



But if v r using a third party server(remote ) then

what do we do???





BHANU

--- Nagendra Pandey <npandey@h...> wrote: > I

use aspupload component to allow uploading of

> files.  Here is demo of 

> aspupload and they have documentation and code how

> to do it at 

> http://www.aspupload.com/livedemo.html

> 

> I hope this helps

> 

> 

> > Hallo Friends,

> > 

> > I offer a message box via internet to a customer

> using FORM element. The 

> > box contains an input field of type 'FILE'. In

> this field the customer 

> can 

> > put an image choosing from his local folder. My

> problem is that:

> > 

> > -How to receive this image,

> > -How to insert this image into a field(data type

> binary) of a table,

> > using VBScript.

> > 

> > Hopefully somebody will help me.

> > 

> > Thanks a lot.

> > 

> > 

> 

> 

  Return to Index