Syntax
| object.Files
| ||||
---|---|---|---|---|---|
Description
| Collection of DartStream Objects that represent the files sent with a request.
Read-only.
This property contains objects only when a POST request includes the header Request.Header(httpContentType) = "multipart/form-data" and when files are included.
The Ref property of each DartStreams Object contains the variable name associated with each file. The FileName property of the DartStreams Object contains the relative path and name specified in the request, and the UniqueName property of the DartStreams Object contains the relative path and a unique name if the file already exists (an extension is added if a file by the requested name already exists, but will reference the same file if no such file exists).
By default, the DeleteOnDestroy property for DartStreams Objects in this collection is set to True. Therefore, if the files are required to persist after the completion of the event, you must set DeleteOnDestroy to False.
| ||||
See Also
|