473,378 Members | 1,404 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,378 software developers and data experts.

Show .ppt files online but not downloadable

Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx

Jun 8 '07 #1
14 3615
If you mean not being copied/saved as *.ppt file, then the only way is not
to post the presentation as *.ppt file. You could convert it to PDF file,
for example.

If you mean not copying the content/image in any format, then you cannot
prevent that, unless you do not shaw it on the net at all.

"lalit" <la******@googlemail.comwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...
Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx

Jun 8 '07 #2
the only way is to supply your own client application that displays the
ppt (the web file should be encrypted). the browser always downloads the
file to the file cache and calls the app to display it.

-- bruce (sqlwork.com)
lalit wrote:
Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx
Jun 8 '07 #3
On Jun 8, 3:49 pm, bruce barker <nos...@nospam.comwrote:
the only way is to supply your own client application that displays the
ppt (the web file should be encrypted). the browser always downloads the
file to the file cache and calls the app to display it.

-- bruce (sqlwork.com)

lalit wrote:
Hi there,
Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.
any idea !!!!
thankx- Hide quoted text -

- Show quoted text -
well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.
many thaknx

Jun 8 '07 #4
On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx
well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.

Jun 8 '07 #5
Hi,

lalit wrote:
On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
>Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx

well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.
If that's really the case, tell your boss to put the files on his own
webserver, where he denies access to anyone apart from himself.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 10 '07 #6
"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:e$**************@TK2MSFTNGP06.phx.gbl...
Hi,

lalit wrote:
>On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
>>Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx

well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.

If that's really the case, tell your boss to put the files on his own
webserver, where he denies access to anyone apart from himself.
I use a login with username and password up front. Then only persons with
appropriate credentials get access to specific files. All sorts of filtering
can be done that way. I have a SQL table containing userID's and like 10
different access items per user.

Bjorn
Jun 10 '07 #7
Hi,

Bjorn Sagbakken wrote:
"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:e$**************@TK2MSFTNGP06.phx.gbl...
>Hi,

lalit wrote:
>>On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx
well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.
If that's really the case, tell your boss to put the files on his own
webserver, where he denies access to anyone apart from himself.

I use a login with username and password up front. Then only persons with
appropriate credentials get access to specific files. All sorts of filtering
can be done that way. I have a SQL table containing userID's and like 10
different access items per user.

Bjorn
So it means that the PPT files are actually not just stored on the
server, but have to be displayed to someone, do I understand correctly?
In that case, in order to be displayed, they need to be downloaded first.

In that case, Bruce Barker's suggestion is the only possible way.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 11 '07 #8
On Jun 8, 5:31 pm, lalit <lalit...@googlemail.comwrote:
On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
Hi there,
Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.
any idea !!!!
thankx

well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.
HI I like ur suggestion. But I have got the authentication in place
for each user. But don't know how t move further . I will upload ppt
files on server. then next question is how to show ppt files so that
user can just enjoy the ppt files but can't download.

I hope u understads it.

Jun 11 '07 #9
"lalit" <la******@googlemail.comwrote in message
news:11*********************@k79g2000hse.googlegro ups.com...
files on server. then next question is how to show ppt files so that
user can just enjoy the ppt files but can't download.

I hope u understads it.
The point which *you* don't seem to understand is that everything which is
displayed in a browser is downloaded to the client machine... That includes
the HTML, JavaScript, binaries etc... If you don't want a file to be
downloaded to the client machine, don't show it in a browser - it really is
as simple as that...

This question comes up fairly regularly, most often in the case of people
who are selling images e.g. photographs via their website - people need to
see the photos so that they know what they're buying, but if they can just
right-click the image and do Save As, they will have no incentive to buy...

Another interesting statement you make is "My boss wants..." - often bosses
can benefit from a bit of expectation management... I suggest you go through
this thread with your boss and try to explain why his / her requirements are
unrealistic...

Finally, what are you (or your boss) *actually* worried about here...? What
will happen if one of your PowerPoint presentations is downloaded...?
--
http://www.markrae.net

Jun 11 '07 #10
On Jun 8, 4:25 pm, lalit <lalit...@googlemail.comwrote:
Hi there,

Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.

any idea !!!!

thankx
Convert PowerPoint to Flash can probably help you
http://www.google.com/search?hl=en&q...point+to+flash

Jun 11 '07 #11
Hi,

Mark Rae wrote:
>
Finally, what are you (or your boss) *actually* worried about here...?
What will happen if one of your PowerPoint presentations is downloaded...?
From what I heard, the glaciers and the north pole will melt, and the
level of the sea will rise by at least a meter. Oh wait, I believe I am
thinking of another catastrophe...

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 11 '07 #12
"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:OS**************@TK2MSFTNGP03.phx.gbl...
From what I heard, the glaciers and the north pole will melt, and the
level of the sea will rise by at least a meter. Oh wait, I believe I am
thinking of another catastrophe...
:-)
--
http://www.markrae.net

Jun 11 '07 #13
"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:e%****************@TK2MSFTNGP03.phx.gbl...
Hi,

Bjorn Sagbakken wrote:
>"Laurent Bugnion, MVP" <ga*********@bluewin.chwrote in message
news:e$**************@TK2MSFTNGP06.phx.gbl...
>>Hi,

lalit wrote:
On Jun 8, 3:25 pm, lalit <lalit...@googlemail.comwrote:
Hi there,
>
Can some plz suggest me a way to show .ppt files on my website that
can't be copied or saved by user using asp.net.
>
any idea !!!!
>
thankx
well that is true but My boss wants to put some training .ppt on net
but doesn't want anyone to download them. thats all
so is there any way that i can do it from server.
If that's really the case, tell your boss to put the files on his own
webserver, where he denies access to anyone apart from himself.

I use a login with username and password up front. Then only persons with
appropriate credentials get access to specific files. All sorts of
filtering can be done that way. I have a SQL table containing userID's
and like 10 different access items per user.

Bjorn

So it means that the PPT files are actually not just stored on the server,
but have to be displayed to someone, do I understand correctly? In that
case, in order to be displayed, they need to be downloaded first.

In that case, Bruce Barker's suggestion is the only possible way.
A PDF version could be viewed by anyone, and the full PPT may be downloaded
by users with correct credentials. But even with a PDF view it will be hard
to prevent copying, at least the printscreen will be there.

Bjorn
Jun 11 '07 #14
On Jun 11, 9:28 am, "Mark Rae" <m...@markNOSPAMrae.netwrote:
"lalit" <lalit...@googlemail.comwrote in message

news:11*********************@k79g2000hse.googlegro ups.com...
files on server. then next question is how to show ppt files so that
user can just enjoy the ppt files but can't download.
I hope u understads it.

The point which *you* don't seem to understand is that everything which is
displayed in a browser is downloaded to the client machine... That includes
the HTML, JavaScript, binaries etc... If you don't want a file to be
downloaded to the client machine, don't show it in a browser - it really is
as simple as that...

This question comes up fairly regularly, most often in the case of people
who are selling images e.g. photographs via their website - people need to
see the photos so that they know what they're buying, but if they can just
right-click the image and do Save As, they will have no incentive to buy...

Another interesting statement you make is "My boss wants..." - often bosses
can benefit from a bit of expectation management... I suggest you go through
this thread with your boss and try to explain why his / her requirements are
unrealistic...

Finally, what are you (or your boss) *actually* worried about here...? What
will happen if one of your PowerPoint presentations is downloaded...?

--http://www.markrae.net
thanks for the big replay and understanding my point. if that is the
case what about the videos shown online are those downloadable ? I
guess they are not? Am I right or wrong in that case?
I mean from youtube you can make ur video clip private
Can I use this tech in some how

Jun 14 '07 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Ian Swain | last post by:
Hello all: I'm trying to make an EPS file available for download on the Web. I've got the proper instructions posted for right-clicking, etc. for IE and Netscape, Windows and Mac. The problem...
2
by: Mathias | last post by:
How do I show files from different directories as the Windows Search function does in a VB.NET application. Have already found the files that I graphically wants to display in Windows Explorer!...
2
by: Xarky | last post by:
Hi, I am trying to show files of type mp3 or wma or of type both. To show either of mp3 or wma I am doing as follows(choosing file type by a radio button), DirectoryInfo currentDir = new...
0
by: PK | last post by:
Hello, I would like to know how we can create help files or online help for any application in .NET. Also could someone tell me briefly whats exactly Microsoft Help v.1.3 or v.2.0? Thanks in...
1
by: Davy Marichael | last post by:
Hello, i'm working with ASP.NET to create my aspx files, the program i've made communicates with a Db (oledb) to read data and to write data.. I've found a server that supports asp,php,...
3
by: Øyvind Isaksen | last post by:
I have a datagrid that displays all files in a folder. It works good, but I need a extra column with a link for choosing image. As shown in the code below I have made an ItemTemplate for this, and...
1
by: radraq | last post by:
Hello, I have just completed a survey in excel which I've uploaded to my website. The propblem is I would like the excel file to open directly online without asking for paswords and save the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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...
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...

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.