Not a developer? Go to MovableType.com

Documentation

AllowNonAsciiFilename

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Specifies whether to allow uploading of assets with filenames containing non-ASCII characters, such as Japanese, by setting it to either 1 (= allow) or 0 (= do not allow). If set to 0, uploading an asset with a filename containing non-ASCII characters will result in an error.

Note: This directive is available in Movable Type version 9.2.0 and later.

Usage

AllowNonAsciiFilename 0

Default Value

1

Back