Good Afternoon,
I have spent some time browsing the search results looking for an answer to my question and I haven't quite found what I am looking for.
I am looking for an open-source photo-uploader with resize capability.
Here is some background information:
The website I am currently constructing allows people to register for a contest.
The website currently tracks personal information, measurements, and subsequent
updates.
Each registrant is given a random ID code that I would like the photo tied to.
I would like the photo re-size to happen locally before upload, but allow for it to be done server side if for whatever reason the browser does not support local re-sizing.
I have decent experience with PHP and classes, but I have never had a reason to upload photos and re-size them before. So I would greatly appreciate some direction or examples I can use to create my own code or use someone else.
Thanks!
TimThumb – PHP Image Resizer
for the uploading php has native good libraries. w3 school provide useful tips for building a correct and secure php upload form :
w3school php upload file
just have to mix the two things and adjust according to your needs.