Audio uploading problem. Audio uploading problem.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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