I have setup the MP3 Player and it is working fine www.beatboxaustralia.net/audio, the only thing i am having trouble finding is the settings to increase the maximum upload size for the audio files, it is currently on 2.5 mb and i want to increase it to 3.5 mb, i know this is probably a real simple thing to do but i haven't had any luck finding answers anywhere else, thanks!

Comments

jdelaune’s picture

Status: Active » Fixed

That's either a limit in your Drupal file settings, php settings or your filefield settings.

novaktoma’s picture

Could you tell about it in details? Cuz I have the same problem. I've just installed everything, it's totally OK. In my mp3 field I define that the max file size is 10MB then save it and when I go back to the file upload stuff it still says that the upload limit is 2MB. Where / what php file should edit? And how (cuz i dont know how to edit php)?

bests,
toma

jdelaune’s picture

It's your php.ini file, you can't change it if you're on shared hosting.

But please ask these questions in the FileField queue. MP3 Player is simply a display/theme module and doesn't handle the uploading at all.

vako’s picture

If you have cPanel in your hosting service, then you can change the PHP.ini settings from there, or simply FTP to your site and open php.ini and find the line: upload_max_filesize = ###M and change the size there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.