A file upload field. When using this field, the containing form panel's encoding must be set to MULTIPART using {@link FormPanel#setEncoding(Encoding)}. In addition, the method should be set to POST using {@link FormPanel#setMethod(Method)}
You must set a name for uploads to work with Firefox.