The upload-charset Element"

From Documentation
m (Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
m (correct highlight (via JWB))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<upload-charset>''a_charset''|'''UTF-8'''</upload-charset>
 +
 +
[Default: UTF-8]
 +
 +
It specifies the charset (aka., encoding) for the uploaded text files if no charset is specified with the content type.
 +
 +
If the uploaded file is binary, there is no encoding issue at all.
 +
 +
Notice that the <code>upload-charset-finder-class</code> element has the higher priority.
  
 
=Version History=
 
=Version History=

Latest revision as of 10:34, 19 January 2022


The upload-charset Element


Syntax:

<upload-charset>a_charset|UTF-8</upload-charset>
[Default: UTF-8]

It specifies the charset (aka., encoding) for the uploaded text files if no charset is specified with the content type.

If the uploaded file is binary, there is no encoding issue at all.

Notice that the upload-charset-finder-class element has the higher priority.

Version History

Last Update : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.