class Marten::HTTP::UploadedFile
- Marten::HTTP::UploadedFile
- Reference
- Object
Overview
Represents an uploaded file.
Defined in:
marten/http/uploaded_file.crConstructors
Instance Method Summary
-
#filename(*args, **options)
Returns the uploaded file name.
-
#filename(*args, **options, &)
Returns the uploaded file name.
-
#io : File
Returns the
File
object associated with the corresponding temporary file. -
#size(*args, **options)
Returns the uploaded file size.
-
#size(*args, **options, &)
Returns the uploaded file size.