IBizFormFileService Methods |
The IBizFormFileService type exposes the following members.
Name | Description | |
---|---|---|
DeleteFile |
Deletes file previously saved via the PromoteTempFile(String, String, String, String, String) method.
| |
DeleteTempFile |
Deletes temporary file previously saved via the SaveUploadedFileAsTempFile(IUploadedFile, String, String, Int32, Int32, Int32) method which was not promoted to a permanent file.
| |
GetTempFileName |
Gets temporary file name for an identifier.
| |
PromoteTempFile |
Saves temporary file previously saved via the SaveUploadedFileAsTempFile(IUploadedFile, String, String, Int32, Int32, Int32) method as a permanent form file.
| |
SaveUploadedFileAsTempFile |
Saves uploaded form file as a temporary file to the file system. The file can be optionally resized if it is an image file.
The type of the file is determined from the uploadedFile's FileName.
| |
TempFileExists |
Checks whether file previously saved via the SaveUploadedFileAsTempFile(IUploadedFile, String, String, Int32, Int32, Int32) still exists.
|
Name | Description | |
---|---|---|
SaveUploadedFileAsTempFile |
Saves uploaded form file as a temporary file to the file system. The file can be optionally resized if it is an image file.
The type of the file is determined from the postedFile's FileName.
(Defined by BizFormFileServiceExtensions.) |