While uploading file to protected directory, we are getting the following message:
Upload started ...Server error HTTP 1.1 401 Authorization Required
Please suggest, what modification(s) are required in the JFileUpload script, so that the component will be able to upload file in the protected directory
Authentication Required ProblemRe: Authentication Required ProblemAdd:
<PARAM NAME="username" VALUE="yourlogin"> <PARAM NAME="password" VALUE="yourpassword"> Does it help ? Re: Authentication Required ProblemThanks a lot! It works
|