Password Protect Files on upload

Upload core product.
Post Reply
muzzyro7
Posts: 1
Joined: Mon Jun 16, 2008 4:06 pm

Password Protect Files on upload

Post by muzzyro7 »

Is there a way to password protect files on upload?

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

Re: Password Protect Files on upload

Post by support »

You can protect the upload script with a .htaccess on server-side. Then, enable authentication parameter to make the applet prompt for login/password before uploading:
<PARAM NAME="authentication" VALUE="auto">

Does it help ?

Post Reply