From: lpsolit%gmail.com <> Date: Mon, 12 Feb 2007 04:49:10 +0000 (+0000) Subject: Doc patch for bug 149504: Permit a reference to a URL to be treated as an attachment... X-Git-Tag: bugzilla-2.22.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0019dc5379b45d282220ff1cf3e55b073b74ff8;p=thirdparty%2Fbugzilla.git Doc patch for bug 149504: Permit a reference to a URL to be treated as an attachment - Patch by Frédéric Buclin r=Colin --- diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 635b1eb875..264eb5c808 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -784,6 +784,15 @@ than the maximum size of a regular attachment. + + Also, if the administrator turned on the allow_attach_url + parameter, you can enter the URL pointing to the attachment instead of + uploading the attachment itself. For example, this is useful if you want to + point to an external application, a website or a very large file. Note that + there is no guarantee that the source file will always be available, nor + that its content will remain unchanged. + +
Patch Viewer