FileManagerRootFolder root = new FileManagerRootFolder(); root.Name = "<name>"; root.Location = "Path={<physical path>}; " + "User Name={<username>}; " + "Password={<password>}"; FileManagerAccessControl access = new FileManagerAccessControl(); access.Path = "\\"; access.Quota = new GleamTech.FileUltimate.AspNet.UI.ByteSizeValue(62914560); // 60MB access.AllowedPermissions = FileManagerPermissions.Full; root.AccessControls.Add(access); fileManager.RootFolders.Add(root);
Fixed: In some cases, root folder quota was not respected, and chunks continued to be uploaded.A file that exceeds quota, will be rejected as expected.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.