|
 |
asp_web_howto thread: Image Loader
Message #1 by Deepak Bakshani <deepakisonline@y...> on Tue, 19 Nov 2002 12:15:26 -0800 (PST)
|
|
Sir,
I want to upload a image from client side and
store it on server. How can I do this using ASP?
Thank you
Deepak
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
Message #2 by "Scott Heath" <scott@s...> on Tue, 19 Nov 2002 15:01:41 -0600
|
|
How are you wanting to store it? In a database (not recommended) or just
as a file and store the file name in a database (recommended)?
-----Original Message-----
From: Deepak Bakshani [mailto:deepakisonline@y...]
Sent: Tuesday, November 19, 2002 2:15 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Image Loader
Sir,
I want to upload a image from client side and
store it on server. How can I do this using ASP?
Thank you
Deepak
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
Message #3 by "Drew, Ron" <RDrew@B...> on Tue, 19 Nov 2002 16:13:13 -0500
|
|
Agree build a directory and use FSO if you want to store images and just
add the link to your database to the fso directory
Set objFSO =3D Server.CreateObject("Scripting.FileSystemObject")
-----Original Message-----
From: Scott Heath [mailto:scott@s...]
Sent: Tuesday, November 19, 2002 4:02 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Image Loader
How are you wanting to store it? In a database (not recommended) or just
as a file and store the file name in a database (recommended)?
-----Original Message-----
From: Deepak Bakshani [mailto:deepakisonline@y...]
Sent: Tuesday, November 19, 2002 2:15 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Image Loader
Sir,
I want to upload a image from client side and
store it on server. How can I do this using ASP?
Thank you
Deepak
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
Message #4 by Deepak Bakshani <deepakisonline@y...> on Wed, 20 Nov 2002 10:15:43 -0800 (PST)
|
|
Sir,
I would like to copy the file from client side to the
server and store complete path in database. Please
guide me for the same.
Thank you.
Deepak.
--- Scott Heath <scott@s...> wrote:
> How are you wanting to store it? In a database (not
> recommended) or just
> as a file and store the file name in a database
> (recommended)?
>
>
>
> -----Original Message-----
> From: Deepak Bakshani
> [mailto:deepakisonline@y...]
> Sent: Tuesday, November 19, 2002 2:15 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] Image Loader
>
> Sir,
> I want to upload a image from client side and
> store it on server. How can I do this using ASP?
> Thank you
> Deepak
>
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
>
>
>
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
Message #5 by Imar@S... on Wed, 20 Nov 2002 19:55:40
|
|
Hi Deepak,
To upload files from a client to the server, you'll usually need to use
an upload component.
Microsoft provides one through the Posting Acceptor, but IMO it sucks.
A better alternative is the upload component by Dundas, available in the
downloads section of http://www.dundas.com/ It comes with full docs and
is easy to set up (if you own your own server).
There are other (free and commercial) solutions as well.
There is also a pure VB Script solution at:
http://www.asptoday.com/content.asp?id=311
although you need to be a member of the site to access it.
HtH
Imar
> Sir,
I want to upload a image from client side and
store it on server. How can I do this using ASP?
Thank you
Deepak
|
|
 |