Ephox Home Page Ephox Home Page  
Search
Buy/Upgrade
 
 Developers
Developers Home
EditLive! for Java
EditLive! for Windows
System Requirements
Getting Started
Integration Samples
Articles
API Reference
EditLive! for XML
Discussion Forums

UploadImages Method

Triggers EditLive! to upload any local images inserted into EditLive! to the remote server. This method needs to be called whether uploading images via FTP or HTTP.

Applies To

EditLive Object

Syntax

JavaScript object.UploadImages();
 

Examples

JavaScript

The following example would upload the local images within EditLive! to the server.

function button1_onclick {
  editLive1.UploadImages();
  }

Remarks

When this method is called using JavaScript it must begin with an uppercase 'U'.

This function is already performed if you are using the SaveFile method. It is only necessary to use this method when you are working in HTMLString mode.

Please ensure that UploadImages method is called before the getSource or getSourceAll property.

The default protocol used to upload images is FTP.  In order to upload images via HTTP, the POSTAcceptorURL property must be set. 

Minimum Version

EditLive! 1.0

See Also

 

 

 

Copyright © 1999-2005 Ephox Corporation. All Rights Reserved. 'Ephox' is a registered trademark of Ephox Corporation.
Java and the Java Powered logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.