Version 5 (modified by 11 years ago) ( diff ) | ,
---|
THIS PAGE IS NOT BEING MAINTAINED AND MAY BE OUT OF DATE
S3 Data Export/Import
Table of Contents
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".
Note:
See TracWiki
for help on using the wiki.