module Avram::Uploadable

Direct including types

Defined in:

avram/uploadable.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.adapter #

[View source]

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]