wiki:S3/S3XML/DataExportImport

Version 5 (modified by Dominic König, 11 years ago) ( diff )

--

THIS PAGE IS NOT BEING MAINTAINED AND MAY BE OUT OF DATE

S3 Data Export/Import

Table of Contents

  1. File uploads

File uploads

The <data> element for an upload field can contain an attribute "filename",e.g.:

<data field="image" filename="myphoto.png"/>

and then just attach that file to the request and it will be uploaded into that field.

Note that in multipart request bodies the XML/JSON source must be named <resourcename>.<extension>, e.g. "person.xml".


DeveloperGuidelines

Note: See TracWiki for help on using the wiki.