Changes for page WOFileUpload
Last modified by David Holt on 2012/01/30 22:18
From 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
To version 34.1
edited by Kieran Kelleher
on 2011/04/27 03:10
on 2011/04/27 03:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,14 +10,14 @@ 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]]; 13 +WOFileUpload { 14 + filePath=aPath; 15 + data=fileData; 16 + [inputStream=fileName]; 17 + [bufferSize=sizeKB]; 18 + [outputStream=fileName]; 19 + [streamToFilePath=filePath]; 20 + [overwrite=[boolean]]; 21 21 [finalFilePath=filePath]; 22 22 } 23 23 ... ... @@ -55,12 +55,7 @@ 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 - 58 +<wo:fileUpload streamToFilePath="$streamPathLocation" overwrite="true" filePath="$clientFilePath" finalFilePath="$finalFilePath" /> 64 64 </wo:form> 65 65 66 66 {{/code}}