On Fri, 2011-05-06 at 09:20 +0800, Boyi Shafie wrote: > Hi, Hi
> I'm using a pyramid. I'd like to post a pdf file in my website. > However, for a particular file, user can only view it, but are > forbidden to download it. Anybody can suggest how to do it or any > particular application to use. > Tq. As far as i know it's impossible, at least in it's strict sense. To let people *see* any kind of document, it has to be sent through network to the client. So in any case somebody can use wireshark to see the network flow and copy your document from here. You can't avoid it. If u intend your statement in a less strict sense, i think there will be some sort of flash pdf reader or plugin that u can embed in your website such that users cannot do "right click" -> "save as" but i don't know any of them. BTW, if a document should be secret, i would never put it online IMHO. -- Vincenzo Ampolo http://vincenzo-ampolo.net http://goshawknest.wordpress.com -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
