Changes between Version 1 and Version 2 of S3/S3XML/DataExportImport
- Timestamp:
- 10/22/10 11:25:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML/DataExportImport
v1 v2 1 [[TOC]] 2 1 3 = S3 Data Export/Import = 2 4 3 5 - [wiki:S3XRC] 4 6 7 == File uploads == 8 The <data> element for an upload field can contain an attribute "filename",e.g.: 9 {{{ 10 <data field="image" filename="myphoto.png"/> 11 }}} 12 and then just attach that file to the request and it will be uploaded into that field. 13 14 Note that in multipart request bodies the XML/JSON source must be named <resourcename>.<extension>, e.g. "person.xml". 15 5 16 ---- 6 17