News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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