Topic: Add file button (action) not working
I am having a very hard time uploadQueue. HTML5 work all the time the problem is with different combination of browsers and flash or silverlight. I have for testing purposes made functions for each upload runtime Html5, flash and silverlight. First issue is the add file button does nothing when a uploadQueue is created for flash or silverlight if using FireFox. The Add File button action works in Chrome. I have tested on your examples/all runtimes site and firefox does produce the file chooser. So I am at a loss...
$('#uploader').pluploadQueue({
runtimes: 'html5, flash, silverlight',
url: '/prepress/project/art/upload',
chunk_size: '1mb',
unique_names: true,
max_file_size : '200mb',
// Flash settings
flash_swf_url: '/javascripts/plupload/plupload.flash.swf',
// Silverlight settings
silverlight_xap_url: '/javascripts/plupload/plupload.silverlight.xap'
});
please help.