Changes for page WOFileUpload
Last modified by David Holt on 2012/01/30 22:18
From version 22.1
edited by Gavin Eadie
on 2011/04/27 09:52
on 2011/04/27 09:52
Change comment:
minor typos while exploring new entries ..
To version 25.1
edited by Pascal Robert
on 2011/04/26 18:45
on 2011/04/26 18:45
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gavineadie1 +XWiki.probert - Content
-
... ... @@ -2,24 +2,15 @@ 2 2 3 3 = Introduction = 4 4 5 -The **WOFileUpload** element allow syou 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 anHTML form ([[WOForm]]) element and the //enctype// binding of the form must be set to "multipart/form-data" (see the examples).5 +The **WOFileUpload** element allow you to add a <input type=file> HTML element into your form, hence letting your users to upload files to your server. This element must be inside a HTML form ([[WOForm]]) element and the //enctype// binding of the form must be set to "multipart/form-data" (see the examples). 6 6 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.7 +Starting with WebObjects 5.2, it's now possible to stream file uploads so that the entire file is not stored in memory on the server while being uploaded. 8 8 9 9 = Usage = 10 10 11 11 {{code}} 12 12 13 -WOFileUpload { 14 - filePath=aPath; 15 - data=fileData; 16 - [inputStream=fileName]; 17 - [bufferSize=sizeKB]; 18 - [outputStream=fileName]; 19 - [streamToFilePath=filePath]; 20 - [overwrite=[boolean]]; 21 - [finalFilePath=filePath]; 22 -} 13 +WOFileUpload { filePath=aPath; data=fileData; [inputStream=fileName]; [bufferSize=sizeKB]; [outputStream=fileName]; [streamToFilePath=filePath]; [overwrite=[boolean]]; [finalFilePath=filePath];} 23 23 24 24 {{/code}} 25 25 ... ... @@ -55,20 +55,13 @@ 55 55 {{code}} 56 56 57 57 <wo:form enctype = "multipart/form-data"> 58 - 59 - <wo:fileUpload streamToFilePath="$streamPathLocation" 60 - overwrite="true" 61 - filePath="$clientFilePath" 62 - finalFilePath="$finalFilePath" /> 63 - 49 +<wo:fileUpload streamToFilePath="$streamPathLocation" overwrite="true" filePath="$clientFilePath" finalFilePath="$finalFilePath" /> 64 64 </wo:form> 65 65 66 66 {{/code}} 67 67 68 -= Related documents = 54 +== Related documents == 69 69 70 -[[ERXWOFileUpload>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/extensions/components/_private/ERXWOFileUpload.html]] 71 -[[AjaxFileUpload>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/ajax/AjaxFileUpload.html]] 72 -[[ERAttachment>>WONDER:ERAttachment Framework]] 73 -[[Database vs Filesystem>>WO:Development-Database vs Filesystem]] 74 -[[Localization and Internationalization>>WO:Development-Localization and Internationalization]] 56 +[[WONDER:ERAttachment+Framework]] 57 +[[WO:Development-Database+vs+Filesystem]] 58 +[[WO:Development-Localization+and+Internationalization]]