Hey there!
Has anyone ever come across of this problem: I have a servlet that lets users upload images (actually up to 4 images) each one at most 100 kb. In IE I have no problems, but Firefox is not uploading anything. If upload is successful then in IE I see message “you have uploaded # images. Thank you” In Firefox the very same application it always says “you have uploaded 0 images”. Firefox doesn’t let it happen. I have dealt with differences between IE and Firefox in the past like encoding, javascript to name few. This is the first time I see IE and Firefox treat java code differently. Any help?
Has anyone ever come across of this problem: I have a servlet that lets users upload images (actually up to 4 images) each one at most 100 kb. In IE I have no problems, but Firefox is not uploading anything. If upload is successful then in IE I see message “you have uploaded # images. Thank you” In Firefox the very same application it always says “you have uploaded 0 images”. Firefox doesn’t let it happen. I have dealt with differences between IE and Firefox in the past like encoding, javascript to name few. This is the first time I see IE and Firefox treat java code differently. Any help?