Large File Upload Large File Upload
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Large File Upload

Started by Keeper06, February 07, 2006, 10:04:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Keeper06

Hello,

I have been banging my head against the wall trying to figure out why I can't upload a larger file.  PHP keeps reporting a negative integer in the [MAX_FILE_SIZE] => -1819869184 and I have played with all the php.ini settings I can find.

If you have the opportunity take a look, I have the debug turned on:

http://mackenzie.unity-mt.com

user: test
pwd: test

Thanks for any input.

Nibbler

What have you set the filesize limit to in config ? You will have problems if you set it absurdly high.

Keeper06


Nibbler

You have it set to 15 gigabytes.

Keeper06

Forgive my ignorance all the settings we are talking about are in php.ini correct? If so the only lines I have changed are:

memory_limit = 8M
post_max_size = 6M
upload_max_filesize = 8M

I was trying to follow the FAQ and I have tried so many combinations I may have blown the config to shreds.

Thanks for the quick replies.



Nibbler

Look on Coppermine's config page for the setting 'Max size for uploaded files'.

Keeper06

I ended up setting it to 5000000 which fixed the problem, thanks for the help...