module
   Avram::Uploadable
 
  Direct including types
Defined in:
avram/uploadable.crClass Method Summary
Instance Method Summary
- 
        #blank? : Bool
        
          
This should test if the filename is a blank string.
 - 
        #filename : String
        
          
Typically, this should return the filename as found in the
#metadata. - #metadata : HTTP::FormData::FileMetadata
 - #tempfile : File
 
Class Method Detail
Instance Method Detail
Typically, this should return the filename as found in the #metadata.