Topic: IE resize problem
Hello
I use the custom example on my page and disable resize option.
So it looks like:
...
filters : [
{title : "Image files", extensions : "jpg,gif,png"},
{title : "Zip files", extensions : "zip"}
]
//resize : {width : 320, height : 240, quality : 90}
});
Try to upload multiple images, it works well on Firefox, but in IE8 it stop after the first file is uploaded.
Any ideas?
Thanks.