I am looking for an Image upload from the client side. So I tried with the following tutorial and its worked amazing with Firefox and Chrome.
http://www.html5rocks.com/en/tutorials/file/dndfiles/
But it didnt worked with IE9 as it doesnt support the APIs. Very painful Browser :'(
So I looked for other plugin,I found out the following website:
https://github.com/blueimp/jQuery-File-Upload
But they mentioned it will work for Java, but I dont know how to implement it as he has written code in php, which I dont required.If anyone helps me how to implement that plugin using Java. I need anykind of solution which helps me,Please help me anyone.
Thanks in Advance.