Sco-Upload - MACROMEDIA BREEZE-USING THE BREEZE XML WEB SERVICES Use Manual

Using the breeze xml web services
Table of Contents

Advertisement

<date-end>2004-07-22T21:51:58.330-07:00</date-end>
<url-path>/r54578750/</url-path>
<description>testXMLAPI-mtg</description>
<name>testAPI-mtg</name>
</sco>
</results>
You can update meeting start and end times, name, and description by replacing the parameter
with the parameter
folder-id
The following sample XML is returned when updating a meeting:
<results>
<status code="ok" />
</results>

sco-upload

Description
Uploads a file to the Breeze server when creating a presentation using the XML API. (For more
information, see
You must send the parameters for this action using the multipart/form-data media type. The
easiest way to create the
web page.
After you upload a file, call the
The following sample HTML is a form for associating content with a presentation created with
the XML API:
<FORM action="http://<domain-name>/api/
xml?accesskey=xxxxxxxxxxxxxxxx&action=sco-upload&sco-
id=xx&summary=xxx&title=xxx" enctype="multipart/form-data" method="post">
<P>
What files are you sending?
<INPUT type="file" name="file">
<BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>
This form uploads a single file. If you need to upload multiple files, for example, a PPT and a
PPC file, you must pass an additional
<FORM action="http://<domain-name>/api/xml?accesskey=xxxxxxxxxxxxx&action=sco-
upload&sco-id=xxx&summary=xxx&title=xxxx" enctype="multipart/form-data"
method="post">
<P>
PPT files you are sending <INPUT type="file" name="file"><BR>
PPC files you are sending <INPUT type="file" name="file"><BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>
108
Chapter 4: Action Reference
sco-id
and
sco-update
sco-build
parameter is to use a form control of type
file
sco-build
file
.
).
action to build it.
parameter:
in a form on a
"file"

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BREEZE-USING THE BREEZE XML WEB SERVICES and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Breeze

Table of Contents