fix - File upload (document HTTP filesize upload restrictions)

This commit is contained in:
Roy Johnson 2006-09-26 17:04:08 +00:00
parent dbc34c6270
commit efebe33ecf
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ have the following properties:</p>
},
'upload files description' => {
message => q|<p>This is where files can be uploaded from your computer. You can upload to to 100 files at a time.
message => q|<p>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.
</p>|,
lastUpdated => 1139206282,
},

View file

@ -3516,7 +3516,7 @@ that Asset and all Assets below it.</p>
},
'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,
},