Changes for page WOFileUpload
Last modified by David Holt on 2012/01/30 22:18
From version 39.3
edited by Pascal Robert
on 2023/11/13 11:56
on 2023/11/13 11:56
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 = Introduction = 4 4 5 -The **WOFileUpload** element allows you to add an <input type=file> HTML element into your form, hence letting your users upload files to your server. This element must be inside an HTML form ([[doc:documentation.WOForm]]) element and the //enctype// binding of the form must be set to "multipart/form-data" (see the examples). 5 +The **WOFileUpload** element allows you to add an <input type=file> HTML element into your form, hence letting your users upload files to your server. This element must be inside an HTML form ([[doc:documentation.Home.Development Architecture.Dynamic Elements.WOForm.WebHome]]) element and the //enctype// binding of the form must be set to "multipart/form-data" (see the examples). 6 6 7 7 Starting with WebObjects 5.2, it is possible to stream file uploads so that the entire file is not stored in memory on the server while being uploaded. 8 8 ... ... @@ -56,6 +56,7 @@ 56 56 |((( 57 57 58 58 59 + 59 59 data 60 60 )))|((( 61 61 NSData