Back to product page

Filename property (HttpRequest)


Holds filename where body is stored.

Type

A String value

Syntax

  • Basic
object.Filename [= value]
The Filename(object,value) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequest.
valueA String value.

Remarks

wodHttpDLX always saves body directly into file on local disk. If you don't specify it, temporary file is generated each time you (or wodHttpDLX internally) writes contents for the body. If wodHttpDLX creates file, it will also delete it.

You can open this file and access it's contents, or can do the same using Body property.

Platforms

Windows