Table of Contents
Previous Section
Note: WOFileUpload elements inside of a WOForm require that the WOForm have the attribute's encoding type set as follows:
enctype = "multipart/form-data"For further information on the file upload specification, see RFC1867: http://www.w3.org/RT/REC-html32.html#rfc1867.
WOFileUpload has the following attributes:
- (id)formValueForKey:(NSString *)aKeyor, in Java,
public java.lang.Object formValueForKey(java.lang.String aKey)
Table of Contents
Next Section