Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

HELP!! Can't upload Mp3's


Go to End


6 Posts   2660 Views

Avatar
designerdre

Community Member, 19 Posts

6 April 2009 at 12:47pm

Edited: 07/04/2009 2:41am

I'm trying to upload MP3 files but the CMS returns a "no files to upload" message. I can upload other file types such jpg, pdf, and so forth fine.

Avatar
Double-A-Ron

Community Member, 607 Posts

6 April 2009 at 3:34pm

More details please. What version are you using and where exactly are you trying this?

I have just tested with one 4MB MP3 and I have no issue.

Cheers
Aaron

Avatar
designerdre

Community Member, 19 Posts

7 April 2009 at 2:45am

Hey Aaron,

Thanks for taking the time out to help. I'm running V 2.3.0 and the uploading is being done from the file and Image manager built in to the CMS.
I can upload directly to the server through Coda my code editor and ftp client though. The problem is that my client cannot upload mp3 through the CMS interface.

Thanks!

Avatar
quamsta

Community Member, 29 Posts

7 April 2009 at 6:12am

I had issues with uploading MP3s because my PHP max upload filesize was much too small. I'm not sure if you're having the same issue, but it doesn't sound like a permissions error if you're able to upload other files fine.

Check your server's php.ini file and find the max_upload_filesize option and increase it as necessary.

Avatar
Double-A-Ron

Community Member, 607 Posts

7 April 2009 at 8:31am

I think so too. Try upload a very large image roughly the same size as the mp3.

If it does the same thing, it's one of the upload settings on your server most likely.

Cheers
Aaron

Avatar
Bookpod

Community Member, 3 Posts

29 March 2010 at 1:43pm

I'm having the same problem as quamsta and designerdre. I can't upload an mp3 file. Can you help me figure out what's going on? (I'm kind of starting to panic.)