Audio uploading problem. Audio uploading problem.
 

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

Audio uploading problem.

Started by brandon0007, January 12, 2009, 02:30:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brandon0007

I'm having a couple problems uploading audio. When I upload an audio file, then it says, "0 uploads were successful.

Here are my settings:

* Max size for uploaded files (KB): 1048576
* Allowed audio types: ALL
* Administrators Quota: 1048576
* CPG Registered Users: 104857

I'm frying to upload an MP3. Which is 4.18 MB (4,390,714 bytes).

Riox

Go to ..yourgalleryurl/phpinfo.php and search for "upload_max_filesize" & "post_max_size"
I guess you're just allowed to upload 2M

You might be able to fix that by putting
Quotephp_value post_max_size "25M"
php_value upload_max_filesize "25M"
in your .htaccess

You should ask your local admin for the php values

Joachim Müller