can some one tell me if its possible to upload mp3 and other audio formats...as for now, i see the module says "It assumes your allowed file extensions jpg,gif,png,jpeg." what can we do to allow mp3 and other formats to be uploaded as well, i am using node gallery , and have a type called tracks that has a cck audio field, so i would need mp3 to be uploaded, any help or a push in the right direction is really appreciated :)

Comments

2by’s picture

Status: Active » Fixed

ok i have solved it

of any one who need similar solutio i added
{title : "audio", extensions : "mp3"}

under
// Specify what files to browse for
in plupload.js

2by’s picture

Status: Fixed » Active

ok, another issue, i have got the mp3 to upload on plupload, but the the content is not getting saved as a node, can some one guide me, what what i can do to have it save up? like on upload images it gets saved , but for mp3 its not happening... thank a ton in advance...

greggles’s picture

Category: support » feature
Status: Active » Closed (duplicate)

I think this is a duplicate of #1229288: Support all filefield widgets, not just images.

The module currently only supports creating image nodes.