alexjewell
11-27-2007, 11:48 AM
I've poured over some books and websites hoping for a simple solution, but all of the scripts and ideas I've seen are simply too complicated. I'm hoping you guys can at least get me to the starting line of the right race so I can figure this thing out - I have deadlines and anxious clients and time is of the essence.
The client is an artist and I have a CMS where he can go in and upload an image and a for that image. Let's say the form is on upload.php and the images are in the directories below it: imgs/gallery/ for the full images and imgs/gallery/t/ for the s. How do I get from point A to point B - from the upload form to those directories with the images? And to put an individual image from the file input to a different directory depending on if that input's name is "file" or "thumb"?
Thanks for any help you can give me, I'm quite desperate at the moment - this project really needs to get done.
The client is an artist and I have a CMS where he can go in and upload an image and a for that image. Let's say the form is on upload.php and the images are in the directories below it: imgs/gallery/ for the full images and imgs/gallery/t/ for the s. How do I get from point A to point B - from the upload form to those directories with the images? And to put an individual image from the file input to a different directory depending on if that input's name is "file" or "thumb"?
Thanks for any help you can give me, I'm quite desperate at the moment - this project really needs to get done.