Forum Moderators: mack
I've got a vacation rentals website that allows owners of properties to upload their photos to our website, but I've had nothing but trouble trying to find a reliable solution for an image uploading script.
We started with a basic PHP script, which was awful. Then we went with swfupload.org's product. It's very buggy..
I was wondering if anyone out there was a reliable solution that you think could work for me?
A large portion of our clientele is older, and not very tech-saavy, so it's got to be easy to use, and reliable.
Thanks!
A good upload system should determine the upload directory, auto save or auto-generate the image and/or detail links, be able to read in basic site settings for scaling of uploaded images and thumbnails and perform scaling operations on the images on the fly, cover basic security settings (so they are not uploading virus files, only images,) and control how many images are uploaded, making it a hands-off system for both you as a site owner and the users.
Classic examples are perl-based uploading programs using ImageMagick for image manipulation or PHP uploaders using GD as an image manipulation program.