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

itslenny1’s picture

I 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();

just.andy.shilton’s picture

Hi itslenny1 and the owner,

I have tested your fix and can confirm that it works with Firefox 4 on several PCs here too.

Andy.

dalkire’s picture

Assigned: Unassigned » dalkire
Status: Active » Fixed

New release 6.x-1.5 fixes this. Thanks, guys!

dalkire’s picture

Status: Fixed » Closed (fixed)
siamect’s picture

But it doesn't work on FF 7.0.1 nor on FF nightly 11.0a1