Hi there.
I am looking to create a script in php that will get an image from an upload form and upload it to a site using ftp.
It needs to save the original image in the site images/full/ and also create a proportional image thumbnail (100x100) in images/thumb/
What is the simplest way to go about this?
EDIT: Oh just to mention i need to create a script, not use a web app :)