TinyPortal
Development => Support => Topic started by: ovidole on February 10, 2013, 06:44:11 PM
hi
i have a problem with the downloads module
after i set up the maxim file size on uploads to 128 mb
i uplaod a file with 8 mb size and i get this error
Max upload size: 128000Kb, after the file was uploaded
this is the screenshot
http://i.imgur.com/IV4ZLEk.jpg
tell me what to do ! please
Hello ovidole,
Welcome to the TinyPortal Support Site.
Can you read the topic linked below?
http://www.tinyportal.net/index.php?topic=7092.0
ZarPrime
i don't see any php file attachment over there
Put this in a phpinfo.php file and access it from your server by URL.
http://www.yoursite.com/phpinfo.php
<?php
phpinfo();
?>
The point of this is, on that page you will see what your server limit is for the upload size. If it's not bigger than the file you are uploading, you will need to ask your host if they'll up the limit or not.
Yes, and once you get to that page on your site that Ichbin mentioned search in your browser for this ...
upload_max_filesize
ZarPrime