How to override the max upload size whether your host is blocking it or whether script is. If you're getting an IO error, or a max file size is to big error, or timeout error, this should fix it.
Copy this to a text file and save it as php.ini. Then upload to your cgi-bin. If that doesnt solve it put the file in your root 'public_html' or 'htdocs' folder.
[PHP]
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
upload_max_filesize = 100M;
post_max_size = 105M;
max_execution_time = 300;
;End:
GMedia123
Web Developer
Tech Support
Home Theater PC's w/voice control
If you found any of this useful or it helped you in any way please consider a donation or at least leave a reply.
Donate or Pay for Services here
Tags: GMedia123 categories category Comments database error feed Help installation nextgen-gallery page php plugin plugins post posts RSS sidebar tags theme Themes upgrade wordpress upload sub-pages image upload php timeout