Adding file upload option to comments
-
The commenting system is great, but it doesn’t serve my site’s purpose if there isn’t a file upload system. I thought the “attachment” system would allow users to attach files, but I believe it just allows users to add URLs.
Is there any way you can help me add this functionality? If you do not have a custom file upload designed for your plugin, could I add the following jQuery code to the php files of the plugin?
$("#example3").jqUploader({ debug : 0 //set to 1 to expose the values received by the flash file background: "FFFFDF", barColor: "FF00FF", allowedExt: "*.avi; *.jpg; *.jpeg; *.png", allowedExtDescr: "what you want", params: {quality:'low', menu: false}, validFileMessage: 'Thanks, now hit Upload!', endMessage: 'and don\'t you come back ;)', hideSubmit: false });
Thanks for making this wonderful plugin!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Adding file upload option to comments’ is closed to new replies.