TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 195,994
  • Total Topics: 21,325
  • Online today: 348
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online

Problem with download manager

Started by KoNgUi, June 08, 2008, 09:57:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KoNgUi

My english is bad, sorry.

I set the maximum filesize to 300000kb but i try to upload a file of 21mb The file is uploading but when it finished, don't appear in the repository files, when i try with a file 10mb and i have the problem again. When i try to upload small files it uploaded without problem.

I need to put CHMOD permissions or other solution?

G6Cad

Contact your host and ask them to se a higher value for uploaded files in the servers php.ini settings.

domineaux

#2
Quote from: G6 on June 08, 2008, 10:08:46 AM
Contact your host and ask them to se a higher value for uploaded files in the servers php.ini settings.

Often hosts don't like to change this to very high limits, especially if they're maxing their servers by having too many users on a server.   I use Hostnine.com and they will just about let you do anything you want.  THey're a bunch of screwups, but the support is excellent and they care less about big uip and downloads.


Create a little program call it phpinfo.php and use it to call the phpinfo () function.  You will see the php.ini file and you can scroll down and review the settings your host has set for your server.

Here is the code for the little program. Nothing to it.

I keep on on most of my sites in the core, and just call it via = mydomain.com/phpinfo.php
Quote
<?php

phpinfo ();

?>


This website is proudly hosted on Crocweb Cloud Website Hosting.