TinyPortal
Development => Support => Topic started by: bsmith on June 30, 2008, 04:37:20 PM
My server will allow me to upload any size file I want to (test with 1gb). I noticed that the tiny portal download addon has a max initial upload limit of 2000kb. I have recently changed it to 20000kb. I still cannot upload a file or two around 2-3mb in size. I have v1.0.5 beta and everything seems to work fine except for this.
Any Ideas?
You need to make sure that upload_max_filesize is more than 2 M in your php.ini, also 1 gig of upload is impossible via HTTP, if not PHP, Apache will timeout
That makes sense. I didn't mention I upload via ftp. Didn't mean to lead my words astray.
Can you tell me then what is the max for http or php.
Thanks,
Brian
Your host can tell you this. We cannot. If you do a phpinfo.php page, you can look at the configuration and see for yourself.
<?php
phpinfo();
?>
Put that in a file called phpinfo.php and put it in the root of your site. Hit it in your browser http://www.yoursite.com/forum/phpinfo.php and you can then find the upload limit in the settings on the page. You'll need to have your host change it if you need more upload.