phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] phpWebHosting terms


From: Jason Wies
Subject: Re: [Phpgroupware-developers] phpWebHosting terms
Date: Mon, 22 Apr 2002 20:26:34 -0400
User-agent: Mutt/1.2.5i

There are two ways of viewing a document through phpwebhosting.

The first is to pass the filename to phpwebhosting, which will internally open 
the file and send it back to the browser for viewing.

The second is to provide a direct link to the file on the server 
(http://yoursite.com/phpgroupware/files/home/<username>/document).

Thus, "View documents on server (if available)" will default to the second 
method.  If the second method isn't available (usually because the admin moved 
the files directory outside the webroot, which is almost always recommended), 
then the first method will be used as a fallback.

If you're wondering, the detection simply compares the location of the files 
directory with the phpGroupWare root directory.  If the files directory is 
inside the root directory, viewing documents on the server is available.

Hope this helps,
Jason Wies aka Zone

On Tue, Apr 23, 2002 at 02:14:41AM +0000, Chris Weiss wrote:
> I see the preference "View documents on server (if available)" but what 
> exactly is
> it and how do I know if it's available?
> 
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]