Quote:
quote:Originally posted by Imar
Hi there,
If you're using classic ASP, you'll need a third party component to this (Microsoft provides on as well, but it sort of sucks).
One component I have used a couple if times is the Dundas upload control. It's free and you can download it from this location. It comes with full documentation and sample code, so getting it to work shouldn't be too hard.
The only downside is that you provider / ISP needs to support it as well. If you're running your own server, than this is not a problem.
There are "pure VBScript" implementations possible as well, but they are a lot trickier to get to work. This Dundas thingy will do all the hard work for you.
It's usually recommended to save the image file to disk, and just store its path / location in the database.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
Hi Imar,
>I saw your response to post re - upload images to db, where you
>recommend that the images sit on the folder in the server, and have
>pointer in the database of the image file location.
>
>The reason I write this email here, is I am in such a dilemma how
>its implemented / integrated to VP-ASP.
>
>I am using VP-ASP (free) ecart - visit
http://www.vpasp.com/
>I need images loaded, a capability for the customer upload their
>images the server. The VP-ASP do not have this feature, and I wonder
>if the plugin for images upload is straightforward or can crash the
>ecart. If the integration is modular, could it be tied to the
>shopcart, and that would be great.
>
> From your p2pwrox forum response re post - upload images, I believe
> you have done this and make it work. Would you have some time to
> advise/assist me in this please ?
>
>Thanks
regards
Ian