Hi,
I am using jsp and servlets in my application. In this application I am reading contents of *.csv files and uploading them to database.
Now this thing is working fine when I am running my application on single machine(sever and client). But when I am running my application on other machines(client ) I am not able to read the files(*.csv). It is throwing FileNotFoundExc eption.
How should I read the file from client machine. Can MIME be helpful in this regard.
I am using jsp and servlets in my application. In this application I am reading contents of *.csv files and uploading them to database.
Now this thing is working fine when I am running my application on single machine(sever and client). But when I am running my application on other machines(client ) I am not able to read the files(*.csv). It is throwing FileNotFoundExc eption.
How should I read the file from client machine. Can MIME be helpful in this regard.
Comment