- 27 Sep 2024
- 1 Minute to read
- Print
Set media upload maximum
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
You can specify the maximum size of media files that users can upload to the IXM Platform.
To do so, perform the following steps:
Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\
Open one of the following folders:
00000: edit configurations for the entire server, which means for all customers.
000xxx: edit customer-specific settings. xxx is the customer ID.
Open the config.json file in your folder with a text editor like Notepad++.
Go to common > upload > types > media > maxSize.
Specify the maximum file size that you want to allow.
Save your changes and close the file.
"common": {
"upload": {
"types": {
"media": {
"maxSize": "1024MB"
}