Configures upload settings.
Object
Specifies the maximum upload file size.
Number
$(function () { $("#file-manager").dxFileManager({ upload: { maxFileSize: 1000000 }, // ... }); });
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.