Lucky::UploadedFile
This class represents an uploaded file from a form
Constructors
new(part : HTTP::FormData::Part)
Creates an UploadedFile using a HTTP::FormData::Part.
The new file will be assigned the name of the provided HTTP::FormData::Part and the tempfile will be assigned the body of the HTTP::FormData::Part
Instance methods
creation_time(*args, **options)
Sourcecreation_time(*args, **options, &)
Sourcefilename
Sourcemodification_time(*args, **options)
Sourcemodification_time(*args, **options, &)
Sourcename(*args, **options)
Sourcename(*args, **options, &)
Sourceread_time(*args, **options)
Sourceread_time(*args, **options, &)
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Sourcetempfile
Source