Class Celerity::FileField
In: lib/celerity/elements/file_field.rb
Parent: InputElement

For fields that accept file uploads

Methods

set  

Constants

TAGS = [ Identifier.new('input', :type => %w[file]) ]
DEFAULT_HOW = :name

Public Instance methods

Set the file field to the given path

[Validate]