|
Hi,
I'm creating a program that involves uploading images to a PHP file. As we all know, PHP (by default) limits all uploads to 2 MB. Since my customers are potentially fat English people who are completely computer illiterate I need a method for them to upload large files (ie 4MB) and have PHP dynamically reduce quality (not size) in order to keep the overall file size between 1 and 2 MB.
Since I am assuming (correctly, I hope) that 2 MB is in fact the file limit my 4 MB file would never be able to be uploaded via PHP, so it seems to me that I need a Perl or C++ or other type language to upload the file and use PHP for dynamic re-filesizing... but I don't know how to go about this.
Any ideas?
kmkz
|