| Author |
How to make a DB with photos and thumbnails
|
|
| Villa 2004-04-21, 10:31 pm |
| Hello
I want to make a page that could insert records in a database and upload
an image at the same time, and if is posible that create a thumbnail of
this image.
Is this possible?
Thanks in adavance
PD: I use Macromedia Dreamweaver MX
| |
| Michael Fesser 2004-04-21, 10:31 pm |
| .oO(Villa)
>I want to make a page that could insert records in a database and upload
>an image at the same time, and if is posible that create a thumbnail of
>this image.
>
>Is this possible?
Sure. What scripting language do you have available? PHP? ASP?
The script has to do the following:
* take the uploaded file and store it under a real name somewhere in the
filesystem (don't put images into the database!)
* create a thumbnail image and store it, there are free libraries
capable of doing this
* insert the paths to the image and thumbnail into the database
Micha
| |
| Les Matthews 2004-04-21, 10:32 pm |
| "Villa" <cvillafa@telecable.es> wrote in message
news:c66sq3$ceo$1@forums.macromedia.com...
> Hello
>
> I want to make a page that could insert records in a database and upload
> an image at the same time, and if is posible that create a thumbnail of
> this image.
>
> Is this possible?
Sure. Sounds like a lot of coding though. Do you know a server-side
scripting language?
You might look at DMXZone's Smart Image Processor and Upload products. Links
to ASP versions are below; they also offer versions in PHP and .NET.
Smart Image Processor: http://www.dmxzone.com/ShowDetail.asp?NewsId=3965
Pure ASP Upload: http://www.dmxzone.com/ShowDetail.asp?NewsId=1622
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |