Changes between Version 1 and Version 2 of S3/S3XML/DataExportImport


Ignore:
Timestamp:
10/22/10 11:25:58 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML/DataExportImport

    v1 v2  
     1[[TOC]]
     2
    13= S3 Data Export/Import =
    24
    35  - [wiki:S3XRC]
    46
     7== File uploads ==
     8The <data> element for an upload field can contain an attribute "filename",e.g.:
     9{{{
     10<data field="image" filename="myphoto.png"/>
     11}}}
     12and then just attach that file to the request and it will be uploaded into that field.
     13
     14Note that in multipart request bodies the XML/JSON source must be named <resourcename>.<extension>, e.g. "person.xml".
     15
    516----
    617