I need to know that how can we read a file from the password
protected directory through JSP.
I am uploading files using jsp:smart upload, but the problem is it
can not save files in password protected directory.
The JSP and the directory are on the same server, but the directory
is password protected.
How can we pass the username and password in our servlet/Jsp to pass
into the directory and read the file.