Hello all,
I'm working on a PHP script to upload an image via a file form, resize it using the gd library, and move it to a specific folder.
I'm having problems all across the board. To start, with the upload itself it never seems to work. I'm on a UNIX server and I think it could be with the path to the upload folder. Any tips on finding out the absolute path to a directory?
And I've never really used the GD library (just upgraded PHP 🙂 ) so I'm not really sure how it works, but I want to resize the images to 3 DIFFERENT sizes, and move them to 3 different folders... Does that make sense?
Any help would be sincerely appreciated.
Thanks!