Topic: upload succeeds, but still get error message (only in FF)

I've just implemented plupload (the flash uploader only) and it seems to be working. All the files that i try to upload end up in the 'uploads' folder. But when the upload is completed it shows me this error:

"Error: -300, Message: IO error., File: Chrysanthemum.jpg"

Eventhough nothing went wrong...

Just only happends in FireFox (13.0.1). I have no problems in IE9.

Any idea what the problem could be and how to solve this issue?

Re: upload succeeds, but still get error message (only in FF)

I got the same error.
Solved it while removing the now unnecessary redirect from my servlet receiving the upload...

Re: upload succeeds, but still get error message (only in FF)

GoodChiller wrote:

I got the same error.
Solved it while removing the now unnecessary redirect from my servlet receiving the upload...

Late reply from me, but what redirect do you mean exactly? I don't see any redirects in the javascript code with which i initialize plupload.