Hello everyone ,
Please help me i am download a server path file at client side using
servlet response object but when file open and save dialog box open and click on save or open button the error is display at
tomcat server
file not found .My code is working successful and delete a file from server path but at console file not found exception is display 2 times why 2 times java file is called and error is display at console
My code is follow one
jsp and one servlet file is:
when click on submit button a server path file is download to client browser using respose object of servlet. The
FileDownloadServlet.java is as:
my tomcat server display error message as follow:
Why the filedownloadservlet.java file call two times when click on open or save file dialog button at client side browser