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
Change comment: Update document after refactoring.
To version 37.1
edited by Pascal Robert
on 2012/01/30 22:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -documentation.Home.Development Architecture.Dynamic Elements.WebHome
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:WOForm]]) 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  
... ... @@ -54,8 +54,6 @@
54 54  
55 55  )))
56 56  |(((
57 -
58 -
59 59  data
60 60  )))|(((
61 61  NSData
... ... @@ -163,6 +163,6 @@
163 163  [[ERXWOFileUpload>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXWOFileUpload.html||shape="rect"]]
164 164   [[AjaxFileUpload>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/ajax/AjaxFileUpload.html||shape="rect"]]
165 165   [[NSPathUtilities.lastPathComponent>>url:http://wocommunity.org/documents/javadoc/WebObjects/5.4.2/com/webobjects/foundation/NSPathUtilities.html#lastPathComponent(java.lang.String)||shape="rect"]]
166 - [[ERAttachment>>doc:documentation.ERAttachment Framework]]
167 - [[Database vs Filesystem>>doc:documentation.Home.Best Practices.Development-Database vs Filesystem.WebHome]]
168 - [[Localization and Internationalization>>doc:documentation.Development-Localization and Internationalization]]
164 + [[ERAttachment>>doc:ERAttachment Framework]]
165 + [[Database vs Filesystem>>doc:Development-Database vs Filesystem]]
166 + [[Localization and Internationalization>>doc:Development-Localization and Internationalization]]