Closed (duplicate)
Project:
Plupload integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 07:54 UTC
Updated:
28 Sep 2011 at 21:25 UTC
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
Comment #1
2by commentedok 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
Comment #2
2by commentedok, 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...
Comment #3
gregglesI think this is a duplicate of #1229288: Support all filefield widgets, not just images.
The module currently only supports creating image nodes.