Disabling SA-FileUp Features
SA-FileUp allows an ISP or sophisticated web administrator to
disable specific SA-FileUp features via the registry.
There are several registry settings that can be used to disable certain features.
By default, all features are enabled. Setting a value to '1' in the registry
will disable that particular feature.
- In HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileManager\Parameters
- DisableACL disables all ACL modifications.
- DisableLogonUser disables the LogonUser method.
- DisableRegisterDLL
disables registration of DLLs.
- DisableDelete disables the
FileManager.DeleteFile,
File.Delete, and
FileUp.Delete methods,
preventing file deletion. It is still possible to use the
FileUp.Delete method without any parameters to
delete the currently uploaded file. This registry entry prevents deletion of any
arbitrary file from the file system.
- In HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileUp\Parameters
- DisableTransferFile disables the TransferFile / File Download function.
- OnlyAllowVirtual
allows only the SaveInVirtual method. Disables .Save and .SaveAs.