Minimum available disk space in KB to upload a file in the Image Browser.
| C# |
public int MinAvailableDiskSpaceInKB { get; set; }
This setting determines how much available disk space is required
for uploading a file. If the available space is less than this amount
the Upload button disables.
The default is 256.