Registry Settings For FileUp


These registry settings can be set or created at the following registry location:

HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileUp\Parameters

Key Type Default Value (auto-installer) Purpose
DisableTransferFile REG_DWORD 0 Disables the TransferFile method of FileUp. 0 enables TransferFile. 1 Disables TransferFile.
DynamicAdjustScriptTimeout REG_DWORD 0 If this key is set to 1, IIS's ScriptTimeout value will be increased until an upload or download is complete. Disable this feature by setting it to 0.
FileUpTempDir REG_SZ (String) Value of System Temp variable that is detected at installation, such as C:\WINDOWS\TEMP Specifies the directory to which the HttpModule should cache an upload request.
LockedFileRetryTime REG_DWORD 45 Sets the maximum number of seconds that FileUp will try to overwrite a file that is locked by another process.
MaxBytes REG_DWORD 0 Specifies the maximum number of bytes on a per file basis that the HttpModule will write to disk before passing on the request for further processing. Setting this key to 0 disables MaxBytes. When using ASP or ASP.NET without the HttpModule, use the MaxBytes property of the FileUp object. When using the HttpModule, you must use this registry setting instead, since the HttpModule processes the request before the ASP.NET script is executed.
MaxBytesToCancel REG_DWORD 0 Specifies the maximum size in bytes of the entire Request before the HttpModule will abort the Request.Setting this key to 0 disables MaxBytesToCancel. When using ASP or ASP.NET without the HttpModule, use the MaxBytes property of the FileUp object. When using the HttpModule, you must use this registry setting instead, since the HttpModule processes the request before the ASP.NET script is executed.
OnlyAllowVirtual REG_DWORD 0 Of the methods that allow you to save files, this key allows only the SaveInVirtual method. Setting this key to 1 disables .Save and .SaveAs. Setting this key to 0 allows all methods to be used.
ISAPITempDir REG_SZ (String) Value of System Temp variable that is detected at installation, such as C:\WINDOWS\TEMP Sets the caching directory of the deprecated ISAPI filter.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.