Changes for page WOFileUpload

Last modified by David Holt on 2012/01/30 22:18

From version 33.1
edited by Kieran Kelleher
on 2011/04/27 03:10
Change comment: There is no comment for this version
To version 35.1
edited by Kieran Kelleher
on 2011/04/27 03:13
Change comment: There is no comment for this version

Summary

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,7 +55,12 @@
55 55  {{code}}
56 56  
57 57  <wo:form enctype = "multipart/form-data">
58 -<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 +
59 59  </wo:form>
60 60  
61 61  {{/code}}