Authentication Required Problem

Upload core product.
Post Reply
maarora
Posts: 25
Joined: Wed Apr 23, 2008 7:04 am

Authentication Required Problem

Post by maarora »

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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Authentication Required Problem

Post by support »

Add:
<PARAM NAME="username" VALUE="yourlogin">
<PARAM NAME="password" VALUE="yourpassword">

Does it help ?

maarora
Posts: 25
Joined: Wed Apr 23, 2008 7:04 am

Re: Authentication Required Problem

Post by maarora »

Thanks a lot! It works

Post Reply