473,386 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Restrict my JPEG file on my page

112 100+
Hi,
I designed website for Magazine and it contains some jpeg pictures, articles etc., Now i m planning to restrict JPEG file on my page saving on to their local system, User can view but they should not save the file. Anybody know how to restrict my JPEG on net.

Thanks in advance.
Imthiyaz
Dec 19 '06 #1
2 1518
AricC
1,892 Expert 1GB
The best method is probably to use some kind of watermark. You can disable right clicking etc... but there are always around this like dragging the picture directly to the desktop, going directly to the url etc...
Dec 19 '06 #2
sashi
1,754 Expert 1GB
Hi,
I designed website for Magazine and it contains some jpeg pictures, articles etc., Now i m planning to restrict JPEG file on my page saving on to their local system, User can view but they should not save the file. Anybody know how to restrict my JPEG on net.

Thanks in advance.
Imthiyaz
Hi there,

Aric's correct, you can use javascript to prevent right click capabilities. You can't completely stop someone from downloading graphics from your site, you can control it to certain extend. Kindly the below tag within the <HEAD> section to prevent page caching, hope it helps. Goos luck & Take care.

Expand|Select|Wrap|Line Numbers
  1. <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
  2. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
  3. <META HTTP-EQUIV="EXPIRES" CONTENT="set-you_own_date_here GMT">
  4.  
Dec 19 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Steve Holden | last post by:
If nobody has a quick answer I'll go to the PIL list, but I'm having problems with PIL JPEG support on Windows, and figured someone on c.l.py might have solved this problem. I built the Cygwin...
0
by: frankenberry | last post by:
I have multi-page tiff files. I need to extract individual frames from the multi-page tiffs and save them as single-page tiffs. 95% of the time I receive multi-page tiffs containing 1 or more black...
16
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation....
3
by: RobertH | last post by:
Hello all. I have been hacking away trying to get a SQL image (jpeg) to render in a control or table row Without using the Response.BinaryWrite.... I think i might be on the verge but need a...
10
by: rtilley | last post by:
Hope it's not inappropriate to post this here. Could someone critique my code? I have no Python programmers in my office to show this to. The script works OK, but should I do it differently? I...
12
by: Me | last post by:
I'm trying to wrap my head around the wording but from what I think the standard says: 1. it's impossible to swap a restrict pointer with another pointer, i.e. int a = 1, b = 2; int *...
1
by: Jerry Spence1 | last post by:
I am trying to add the date/time to a jpg file. I came across the following on the web which looks ideal. However, my experiences in this direction are nil! How do I modify the first line(s) to...
0
by: Jack Wu | last post by:
Hi I've spent a good majority of my day trying to figure out how to have PIL 1.1.5 working on my OSX 10.3.9_PPC machine. I'm still stuck and I have not gotten anywhere. Could somebody please...
11
by: Mark B | last post by:
I want to display a pre-designed graphical 'performance badge' on certain webpages (round, about 2cm diameter) next to a salesperson's details. I have a function,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.