From efebe33ecfbb4077e41dd233b6a4db0c1a16777e Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 26 Sep 2006 17:04:08 +0000 Subject: [PATCH] fix - File upload (document HTTP filesize upload restrictions) --- lib/WebGUI/i18n/English/Asset_FilePile.pm | 2 +- lib/WebGUI/i18n/English/WebGUI.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_FilePile.pm b/lib/WebGUI/i18n/English/Asset_FilePile.pm index 8a4b9e64c..5c3e3e386 100644 --- a/lib/WebGUI/i18n/English/Asset_FilePile.pm +++ b/lib/WebGUI/i18n/English/Asset_FilePile.pm @@ -47,7 +47,7 @@ have the following properties:

}, 'upload files description' => { - message => q|

This is where files can be uploaded from your computer. You can upload to to 100 files at a time. + message => q|

This is where files can be uploaded from your computer. You can upload to to 100 files at a time. File sizes should not exceed 100MB in size.

|, lastUpdated => 1139206282, }, diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 6cf68e433..b25ceec16 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3516,7 +3516,7 @@ that Asset and all Assets below it.

}, '130 description' => { - message => q|The size (in kilobytes) of the maximum allowable attachment to be uploaded to your system. |, + message => q|The size (in kilobytes) of the maximum allowable attachment to be uploaded to your system. Due to the nature of the HTTP Protocol, 100MB is the largest practical file size you can expect to upload via WebGUI's web interface. |, lastUpdated => 1120239343, },