Maximum Filesize
beatboxaustralia - October 28, 2009 - 08:47
| Project: | MP3 Player |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | beatboxaustralia |
| Status: | closed |
Jump to:
Description
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!

#1
That's either a limit in your Drupal file settings, php settings or your filefield settings.
#2
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
#3
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.
#4
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 = ###Mand change the size there.#5
Automatically closed -- issue fixed for 2 weeks with no activity.