I've tested this on 2 different computers both windows running firefox 4. I haven't tested it yet on Mac or Linux. One of the two was running 3 and it worked fine then I upgraded it to Firefox 4 and it immediately stopped working.
It seems when you drag an image in to the box to upload the browser starts to try to upload the file and then the browser overrides that by loading the image (as it would if you dragged it anywhere else on the page). I've used the developer plugin to see that it does send the AJAX POST, but the browser refreshes to show just the image before the POST can even finish.
Comments
Comment #1
itslenny1 commentedI figured it out. I just added in event.preventDefault(); on line 288. So now my upload function looks like the following:
function upload(event) {
event.preventDefault();
Comment #2
just.andy.shilton commentedHi itslenny1 and the owner,
I have tested your fix and can confirm that it works with Firefox 4 on several PCs here too.
Andy.
Comment #3
dalkire commentedNew release 6.x-1.5 fixes this. Thanks, guys!
Comment #4
dalkire commentedComment #5
siamect commentedBut it doesn't work on FF 7.0.1 nor on FF nightly 11.0a1