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).
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
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_support