Topic: Unable to force HTML4
I'm unable to force various runtime versions of plupload. My setup included this:
$("#uploader").pluploadQueue({
runtimes : 'html5,gears,flash,silverlight,browserplus,html4',
But I tried changing it to this:
$("#uploader").pluploadQueue({
runtimes : 'flash',
And I do not get the flash runtime. Likewise for HTML4. What am I doing wrong?
I'm trying to force the HTML4 runtime because I'd like to do automated testing of my upload flow with Selenium using plupload 1.5.4 and I believe this is the only way.
Thanks,
Keith