With PHP, it's not too difficult to allow users to upload images to a site, but plain PHP does not show the users any kind of display to indicate the progress of the upload.
Although I have seen a few free programs that use Java or Perl to implement a progress bar, I would also like to find something that would resize large image files on the client side before they are uploaded in order to cut down on allocation and bandwidth usage, as well as upload time. So far, the only program I have seen that would provide this latter functionality is NOT free.
What are YOUR experiences with upload progress bars, and have you found any good, free software that would automatically resize images before uploading, and without the (inexperienced) users' having to resize the images with a separate program?
Thanks!
Last edited by Traveller on Mon Apr 17, 2006 4:46 am; edited 1 time in total
Although I have seen a few free programs that use Java or Perl to implement a progress bar, I would also like to find something that would resize large image files on the client side before they are uploaded in order to cut down on allocation and bandwidth usage, as well as upload time. So far, the only program I have seen that would provide this latter functionality is NOT free.
What are YOUR experiences with upload progress bars, and have you found any good, free software that would automatically resize images before uploading, and without the (inexperienced) users' having to resize the images with a separate program?
Thanks!
Last edited by Traveller on Mon Apr 17, 2006 4:46 am; edited 1 time in total
