SchmitzIT
Well-known member
On a forum I seem to be experiencing some difficulties with a particularly large attachment. I set the options to allow for 25 MB, and can successfully upload multiple other files, but this particular one keeps being rejected.
 
I tried both flash as well as regular uploading, but neither work, and neither provide an error message, other than the Flash one stating:
 
My config file contains the following:
 
	
	
	
		
 
I also tried setting display_errors to true, but no extra info is available with that.
 
Is there a config-file alternative for the PHP setting upload_max_filesize? Any other ideas?
 
 
Thanks
				
			I tried both flash as well as regular uploading, but neither work, and neither provide an error message, other than the Flash one stating:
There was a problem uploading your file.
My config file contains the following:
		Code:
	
	ini_set('max_execution_time', 1000);
ini_set('memory_limit', -1); // Disable the maximum memory size
	I also tried setting display_errors to true, but no extra info is available with that.
Is there a config-file alternative for the PHP setting upload_max_filesize? Any other ideas?
Thanks