Hi All,
Is there any way for me to overcome the php.ini configuration
upload_max_file size? I cannot use ini_set() since upload_max_file size can
only be set in httpd.conf or php.ini. Are there any other options?
I have an image gallery script that I wrote that will take a very large
image, and resize it down to a reasonable size for the web. This makes it
easy for me to grab very high resolution images from my camera, and just
shoot them off to the web without messing with them in a separate program.
Unfortunately, I not infrequently have images that are bigger than 2 megs,
which is the default upload_max_file size limit.
Any ideas? Or am I stuck asking my webhost to change the
upload_max_file size?
Sincerely,
-Josh
Is there any way for me to overcome the php.ini configuration
upload_max_file size? I cannot use ini_set() since upload_max_file size can
only be set in httpd.conf or php.ini. Are there any other options?
I have an image gallery script that I wrote that will take a very large
image, and resize it down to a reasonable size for the web. This makes it
easy for me to grab very high resolution images from my camera, and just
shoot them off to the web without messing with them in a separate program.
Unfortunately, I not infrequently have images that are bigger than 2 megs,
which is the default upload_max_file size limit.
Any ideas? Or am I stuck asking my webhost to change the
upload_max_file size?
Sincerely,
-Josh
Comment