class

Marten::HTTP::UploadedFile

Inherits Reference / Object

Represents an uploaded file.

Constructors

Instance methods

filename(*args, **options)

Returns the uploaded file name.

Source
filename(*args, **options, &)

Returns the uploaded file name.

Source
io

Returns the File object associated with the corresponding temporary file.

Source
size(*args, **options)

Returns the uploaded file size.

Source
size(*args, **options, &)

Returns the uploaded file size.

Source