Hello. Thank you for such an amazing plugin. I was debugging my first implementation for about two hours, trying everything I could think of, and I finally got it working. The fix? I switched to http instead of https. The system I want to integrate this into uses https for security. For some reason, with https, the upload script was never called (according to Firebug), but the checkScript was.
My guess is that the flash uploader doesn't like https for some reason, but what I'm wondering is: is there a way I could get this working with https?
Or can I get it to work with the page calling the script being over https, and then just specify the upload script as http?