I am having issues with uploading files larger then the set hosting upload_max_filesize() set in the php.ini
I used ini_set("upload_max_filesize","10000000"); to alter the setting, but this did not work.
I also used ini_set("max_execution_time","180"); to alter the execution time incase the script was timing out.
All has failed. Please suggest a different method or show me what I am doing wrong.