module Avram::Uploadable

Defined in:

avram/uploadable.cr

Instance Method Summary

Instance Method Detail

abstract def blank? : Bool #

This should test if the filename is a blank string.


[View source]
abstract def filename : String #

Typically, this should return the filename as found in the #metadata.


[View source]
abstract def metadata : HTTP::FormData::FileMetadata #

[View source]
abstract def tempfile : File #

[View source]