TinyPortal

Development => Support => Topic started by: ovidole on February 10, 2013, 06:44:11 PM

Title: i have a problem with downloads module
Post 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
Title: Re: i have a problem with downloads module
Post by: ZarPrime on February 10, 2013, 07:13:14 PM
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
Title: Re: i have a problem with downloads module
Post by: ovidole on February 10, 2013, 08:30:39 PM
i don't see any php file attachment over there
Title: Re: i have a problem with downloads module
Post by: IchBin on February 10, 2013, 08:39:32 PM
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.
Title: Re: i have a problem with downloads module
Post by: ZarPrime on February 10, 2013, 09:19:37 PM
Yes, and once you get to that page on your site that Ichbin mentioned search in your browser for this ...

upload_max_filesize

ZarPrime