I am uploading profile images to a directory on the server. The script works fine, however I can't seem to get anything but small file size images to upload. Anything above about 2mb fails. I don't have access to the php.ini but I have added the following to htaccess with no luck. I have tried every other solution I can find online with no luck. Any ideas?
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value max_input_time 400
php_value max_execution_time 400
upload_max_filesizeis PER_DIR, not INI_ALL