Instance Property
filename
The optional filename parameter of the Content-Disposition header.
let filename: String?
Discussion
When present, this indicates the part contains an uploaded file and provides the original filename from the client.
Instance Property
let filename: String?
When present, this indicates the part contains an uploaded file and provides the original filename from the client.