I want to allow for a user to upload any photo that they might have taken from their camera. I can't get photo's with large file sizes to upload. I have changed the setting in the php5.ini and set the settings extremely high. This has always worked for me before. I also have changed the code on the form.
<input type="hidden" name="MAX_FILE_SIZE" value="99000000" />
here is the code for the php5.ini
register_globals = on
allow_url_fopen = on
expose_php = Off
max_input_time = 500
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
register_long_arrays = on
max_file_uploads = 8M
post_max_size = 8M
Maybe the problem is not in the php5.ini ?