coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Permissions & Access Rights => Topic started by: tcman on July 01, 2005, 04:48:29 PM

Title: Download picture control
Post by: tcman on July 01, 2005, 04:48:29 PM
Hi,

is there a way to control which user can or cannot download pictures using the "Save" or "Save As" feature?
What I would like to to have some users be able to do this, and others to not be able to do this.

There wasn't a catergory for this, but I'm guessing it falls roughly under permissions & access rights.

Thank you.
Title: Re: Download picture control
Post by: OmegaGOD on July 01, 2005, 08:51:42 PM
Unfortunately there really isn't a way to prevent user from downloading and saving copies of your photos. You can disable right-mouse-clicks, which will make it a little more difficult for the end-user to save your images; however, all he/she would have to do is simple view the source code for your webpage and copy the URL for where your image is located.

If you want to disable right-mouse-clicks, search the forum as it has been asked before.

Hope this helps,

--OmegaGOD
Title: Re: Download picture control
Post by: kegobeer on July 01, 2005, 10:34:39 PM
You can put all the restrictions on it you want, all I have to do is look in my browser's cache.  Presto, there's your picture.  All you can do is try to slow people down, but you can't stop them.  Javascript isn't really an option either - turn off javascript in the browser and your code won't do anything.  About all you can do is watermark your images - people still get them, but your mark is on it.

Ultimately, if you don't want people to save your images, don't put them on the internet.
Title: Re: Download picture control
Post by: tcman on July 02, 2005, 06:03:53 AM
Thanks, I'll try to make it harder for them.