Feb 25, 2010 10:29 pm
Mark AustinHi, I wonder if anyone can help and advise....I have created a page
where I can upload an image to a MySQL database and all works fine.
However, I am wanting to provide an image preview feature. Basically,
for those that are familiar with the Ebay website, when you upload an
image of the item you wish to sell, it provides a thumbnail preview of
that image. Is this possible with PHP or do I need to look at other
options? Any help or advice would be greatly appreciated. Many thanks.
Feb 26, 2010 12:04 am
Doug MillerIn article <b4d04e22-6ed9-4ef4-b3a1-89eaab72d92d@u9g2000yqb.googlegroups.com>, Mark Austin <info@markjaustin.co.uk> wrote:
>Hi, I wonder if anyone can help and advise....I have created a page
>where I can upload an image to a MySQL database and all works fine.
>However, I am wanting to provide an image preview feature. Basically,
>for those that are familiar with the Ebay website, when you upload an
>image of the item you wish to sell, it provides a thumbnail preview of
>that image. Is this possible with PHP or do I need to look at other
>options? Any help or advice would be greatly appreciated. Many thanks.
>where I can upload an image to a MySQL database and all works fine.
>However, I am wanting to provide an image preview feature. Basically,
>for those that are familiar with the Ebay website, when you upload an
>image of the item you wish to sell, it provides a thumbnail preview of
>that image. Is this possible with PHP or do I need to look at other
>options? Any help or advice would be greatly appreciated. Many thanks.
Look into the functions ImageCopyResized() and ImageCopyResampled(). The
former is faster; the latter produces much higher quality images.
Previous Thread: Php image resize
Next Thread: What makes programming effective?
Related Forum Topics
- Multiple image upload and thumbnail display
- Print preview in php
- Emulate the browser print preview feature in php
- File upload on iOS
- Asynchronous FTP Upload
- Different servers, different results with a file upload
- Simulate file upload so that move_uploaded_file succeeds
- Upload xlsx /xls and save to DB using minimum memory?
- Weird 1200 second timeout error on file upload
- Refresh of photo upload page in Browser too quick