Changes for page WOFileUpload
Last modified by David Holt on 2012/01/30 22:18
From version 27.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
To version 35.1
edited by Kieran Kelleher
on 2011/04/27 03:13
on 2011/04/27 03:13
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. probert1 +XWiki.kieran - Content
-
... ... @@ -10,7 +10,16 @@ 10 10 11 11 {{code}} 12 12 13 -WOFileUpload { filePath=aPath; data=fileData; [inputStream=fileName]; [bufferSize=sizeKB]; [outputStream=fileName]; [streamToFilePath=filePath]; [overwrite=[boolean]]; [finalFilePath=filePath];} 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 +} 14 14 15 15 {{/code}} 16 16 ... ... @@ -46,13 +46,20 @@ 46 46 {{code}} 47 47 48 48 <wo:form enctype = "multipart/form-data"> 49 -<wo:fileUpload streamToFilePath="$streamPathLocation" overwrite="true" filePath="$clientFilePath" finalFilePath="$finalFilePath" /> 58 + 59 + <wo:fileUpload streamToFilePath="$streamPathLocation" 60 + overwrite="true" 61 + filePath="$clientFilePath" 62 + finalFilePath="$finalFilePath" /> 63 + 50 50 </wo:form> 51 51 52 52 {{/code}} 53 53 54 -= =Related documents ==68 += Related documents = 55 55 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]] 56 56 [[ERAttachment>>WONDER:ERAttachment Framework]] 57 57 [[Database vs Filesystem>>WO:Development-Database vs Filesystem]] 58 58 [[Localization and Internationalization>>WO:Development-Localization and Internationalization]]