Hi!
It is like this now. I succeed to upload if I am on the CP, but if I try to upload as an user it gives me this message with a 1,5MB file:
Array
(
[media_file] => Array
(
[name] => Nenhuma Sombra Por Perto.mp3
[type] => audio/mpeg
[tmp_name] => /tmp/phpEGmVIc
[error] => 0
[size] => 1507477
)
[thumb_file] => Array
(
[name] =>
[type] =>
[tmp_name] =>
[error] => 4
[size] => 0
)
)
================
And this with a 7Mb file
Array
(
[media_file] => Array
(
[name] => 06 - Superfcie.mp3
[type] => audio/mpeg
[tmp_name] => /tmp/phpl8vpbI
[error] => 0
[size] => 7010725
)
[thumb_file] => Array
(
[name] =>
[type] =>
[tmp_name] =>
[error] => 4
[size] => 0
)
)