Re: [PHP] Output graphic or other download file to client's browser

2001-04-21 Thread Plutarck
No real completely effective way of keeping someone from downloading an image. If they _really_ want the image they can take a screenshot then slice the image out. You could always use a *shudder* java applet, but if they're very familiar with a decompiler they can probably rip such a small

Re: [PHP] Output graphic or other download file to client's browser

2001-04-21 Thread Sigitas Paulavicius
Hi It is possible though quite complicated. You must write some kind of a "proxy" with PHP. The process looks something like this: The php script checks if the user is ok, reads the image file and then echoes it out to the client. - simple as it may sound. But there is a couple of points.

[PHP] Output graphic or other download file to client's browser

2001-04-20 Thread Jason Lam
Hello! I am trying to develop a web site where some files and images are private, I am using session to auth. user. I would like to know how I can send some local files to the client so that others without the access to the web site will not be able to download. How would I stream the