Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter presvinay

    (@presvinay)

    Full jQuery code if needed:

    $("#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
    			});

    Plugin Author Paul de Wouters

    (@pauldewouters)

    I don’t see how this is related to uploading a file?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding file upload option to comments’ is closed to new replies.