I am developing a Java webservice with an html/javascript/ajax client side.
Would there be any way that the user give a local excel file on input and to send it server side ?
I know that I can’t get the path of the file because of security issues (C:/fakepath) and passing the content of the excel file through an ajax request doesn’t seem to work.
Is there a solution to my problem ?
Actually I did find a way around that problem with the new XMLHttpRequest version 2.
For more, see this