File
A file format field allows you to upload files to the server. Due to limitations of the HTML tag, a default value cannot be assigned to this field. Also, when an invalid form returns, this field will be blank whether or not it is valid.
Generally, it is assumed you will be using this tag to upload a file, so the form's enctype attribute is automatically changed to multipart/form-data. If you want to use the File format simply to select the name of a file on the client, add the following attribute to your opening cf_terraform tag: enctype="application/x-WWW-form-urlencoded". TerraForm will respect that setting.
TerraForm recognises no special fields for file format.
Other non-TerraField attributes will be passed through to the underlying file tag (<input type="file">). For example:
onMouseOver="click()"disabledsize="16"style="background-color : ##eeeeee;border : 1px solid ##999999"
Examples
Fields marked with * are required.
