Back to product page

Filename property


Holds filename of uploaded part, if auto parsed.

Type

String

Syntax

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

Remarks

By default, this property will contain filename of the Request posted by the user. However, if AutoParse property was set to True, you can specify different filename for each uploaded file. You should do so from within UploadFilename event. That way you can deliver uploads directly to their destination files, during client's upload.

Platforms

Windows