The UploadManager.Save method is disabled.
Note: When the UploadManager.Save method is disabled, ASP Upload users will have to use the SaveVirtual method. That method accepts a virtual, rather than physical, directory as an argument. This way, users will be confined to their own virtual directory and subdirectories.
The UploadManager.FileCopy and UploadedFile.Copy methods are disabled.
Note: When the UploadManager.FileCopy and the UploadedFile.Copy methods are disabled, the users will be forced to use UploadedFile.CopyVirtual.
In addition to the above-mentioned methods, the following methods are also disabled:
UploadManager.LogonUser
UploadManager.RevertToSelf
UploadedFile.AllowAccess
UploadedFile.DenyAccess
UploadedFile.RevokeDenial
UploadedFile.RevokeAllowance
UploadedFile.SetOwner
UploadManager.RegisterServer
UploadManager.RemoveDirectory
UploadManager.DeleteFile
UploadManager.SendBinary
Note: In order to perform file uploads from your ASP.NET page, consult the AspUpload component and documentation at http://www.aspupload.com.