servlets thread: Re: Query on Uploading of file
Hello, I guess you need to create your authenticator class which extends java.lang.Authenticator class and implement getPasswordAuthentication () method there. The following link : http://www.javaalmanac.com/egs/java.net/Auth.html?l=find might be helpful for this purpose. Hope it helps. Soumen Ghosh
|





