Changes for page WOFileUpload
Last modified by David Holt on 2012/01/30 22:18
From version 9.1
edited by Kieran Kelleher
on 2011/04/27 03:12
on 2011/04/27 03:12
Change comment:
There is no comment for this version
To version 20.1
edited by Pascal Robert
on 2011/04/26 18:47
on 2011/04/26 18:47
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. kieran1 +XWiki.probert - Content
-
... ... @@ -10,16 +10,7 @@ 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,10 +55,7 @@ 55 55 {{code}} 56 56 57 57 <wo:form enctype = "multipart/form-data"> 58 - <wo:fileUpload streamToFilePath="$streamPathLocation" 59 - overwrite="true" 60 - filePath="$clientFilePath" 61 - finalFilePath="$finalFilePath" /> 49 +<wo:fileUpload streamToFilePath="$streamPathLocation" overwrite="true" filePath="$clientFilePath" finalFilePath="$finalFilePath" /> 62 62 </wo:form> 63 63 64 64 {{/code}} ... ... @@ -65,8 +65,6 @@ 65 65 66 66 = Related documents = 67 67 68 -[[ERXWOFileUpload>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/extensions/components/_private/ERXWOFileUpload.html]] 69 -[[AjaxFileUpload>>http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/ajax/AjaxFileUpload.html]] 70 70 [[ERAttachment>>WONDER:ERAttachment Framework]] 71 71 [[Database vs Filesystem>>WO:Development-Database vs Filesystem]] 72 72 [[Localization and Internationalization>>WO:Development-Localization and Internationalization]]