This element allows for the configuration of information which is used when using HTTP media upload within Ephox EditLive! for XML.
This element structure has been deprecated. The <httpUploadData> should be used as a child of the <httpUpload> element instead (see below).
<httpUploadData>
<httpUploadData>
<editLive>
...
<mediaSettings>
<httpUpload ... >
<httpUploadData ... />
</httpUpload>
</mediaSettings>
...
</editLive>This attribute should contain the name for the extra data property being transmitted with the HTTP upload.
This attribute should contain the extra data that you wish to transmit with the HTTP upload.
The following example demonstrates how to set various <httpUploadData> attributes.
<editLive>
...
<mediaSettings>
<httpUpload
base="http://yourserver.com/mediaDir/"
href="http://yourserver.com/scripts/uploadhandler.asp"
>
<httpUploadData name="user" data="default"/>
<httpUploadData name="priority" data="1"/>
...
</httpUpload>
<mediaSettings>
...
</editLive> Copyright 2001-2004 Ephox Corporation. All Rights Reserved.