UploadedFile Object Methods

Dundas

UploadedFile Object Methods


AllowAccess

Adds an allowance access control entity for a file which has been saved to disk.
 

Copy

Call this method to copy files which have been saved to disk to a specified destination on the server.
 

Delete

Call this method to delete uploaded files which have been saved to disk.
 

DenyAccess

Call this method to add a denial control entity for a file saved to disk.
 

GetAttributes

Call this method to retrieve the attributes of an uploaded file which has been saved to disk.
 

Move

Call this method to move files which have been saved to disk to a specified destination on the server.
 

RevokeAccess

Call this method to remove an allowance access control entity for a file which has been saved to disk.
 

SaveAs

Call this method to save an uploaded file in memory to disk.
 

SetAttributes

Call this method to change the attributes of a file which has been saved to disk.
 

SetOwner

Call this method to set an owner to a file which has been saved to disk.