HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ws.forms.FileFormField by barry
expand copy to clipboardexpand
uses ws.FormParser

/*
 {"description" : "Extends FormField with additional data for uploaded files of a web form."}
*/

data FileFormField extends FormField {
	char encoding[]
	char filename[]
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ws.forms.FileFormField -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation