|
Posted by Kevin D. on 10/18/15 11:40
"Darren" <groups@darrenludlam.plus.com> wrote in message
news:1139506262.158500.231860@g14g2000cwa.googlegroups.com...
> Hi,
>
> I am not an experienced PHP programmer and have look on the net for
> what I want to do.
>
> I'd like to allow the user on my website to upload two images one is to
> be turned into a thumbnail and one is to be turned into something of
> around 500 x 300, one stored in a thumbnail folder and one stored in an
> image folder.
>
> I can do it individually from different pages but not from the same
> form.
>
> Could someone point me in the direction of a script that does something
> like what I am after.
>
> Many thanks
> Darren
>
check out this php class:
http://www.phpclasses.org/browse/file/9056.html
you'll need to register to download it, but it's a great toolset for working
with images (resizing, copying, etc.)
- kevin
Navigation:
[Reply to this message]
|