- Advanced web based WYSIWYG online HTML editor Buy Now | Pricing | Contact Us
eWebEditor V11.2 Demos
Getting Started
Software Provided Style
Software Provided Examples
Backend Administration
Basic Examples
Create/Destroy/Replace for Ajax
Pop-up Windows' Call
Multiple Editors in one page
Localization / Multi-language
Image Hot Link
Paragraph Attribute
Powerful control on font style
Insert Template
Advanced Topics
Import/Paste from Word
Import/Paste from Excel
Import from PowerPoint/PPT
Import from PDF
Batch Huge File Upload
Screen Capture and Upload
One-key Typesetting
Paste Special/Paste Picture
Flash Self-Checking/FLV
Fix width of editing area
Hide editor on load
Get Remote Files Automatically
Relative/Absolute URLs
Thumbnail Image
Image/Text Watermark
Mixing typeset of Image and text
Unlimited optimized undo and redo
Local file auto upload
Image/Flash/Media/File Gallery
Paging Management
Interface
Autogrow depending on content
Advanced Security Session API
Uploading File Dialog API
Read-only State
Client API
Getting Uploaded Files
Citing External Style Sheets
Actual Application
News Management System
Get remote files automatically or manually

With the function of getting remote files, you can upload images and files in others' server to your own server. In that way, you need not worry about that other's site may close and the hyperlinked files in your contents may no longer exist. You need not to download the files one by one before uploading either, for all the process is totally automatic.

Example:

When you find a good article with images on other sites and hope to paste it on your own site, you can follow the following steps:

1. Drag the mouse to select the contents you need on that site, then copy it (CTRL+C).

2. Switch to editing area of the editor's CMS (contents management system) and paste it (CTRL+V).

3. Now you will find all the contents you want have been copied to your editor.

But now you can also find that the URL of the images in the editing area is still the address of other's site. The form is:

<img src="http://www.othersite.com/xxx.gif">

Published like that, the image on your webpage will unable to be displayed normally if the site of "www.othersite.com" has been closed or cannot be visited.

To solve this problem and to easily upload images in other sites to your own server when publishing, you need to change the form to:

<img src="http://www.yoursite.com/xxx.gif">

The function of "Upload External Files" button is right for solving the above problem. When you click this button on toolbar, all non-local images in the editing area will upload to your own server automatically.

Such as, the former code is:

<img src="http://www.othersite1.com/a.gif">
<img src="http://www.othersite2.com/b.gif">

After clicking, the code will be turned into:

<img src="http://www.yoursite.com/random1.gif">
<img src="http://www.yoursite.com/random2.gif">

or:

<img src= "/random1.gif">
<img src="/random2.gif">

Note:

1. The transformed form is relative to the configuration of administrator. The administrator can set it as absolute root path, full absolute path and relative path mode. The administrator can also decide on directories and rules of saved files.

2. This function can upload not only images, but also files with any extending names such as RAR,.ZIP, .JPG, .CHM, etc. The permitted file's types are set by administrator in background.

Demo instructions for operation

1. the image address in the editing area is http://www.google.com/intl/en/images/logo.gif

2. manually: click on this button then jump to "code" mode to see if the image address in the editing area has been transferred into local server.

3. automatically: or click on "submit" of this form. After submitting, you can check in IE "view source files" to see if the image address has been transferred into local server.




Example Code:
<input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=demo_remote" frameborder="0" scrolling="no" width="650" height="350"></iframe>


Online Demos | Screenshots | Benefits | Features | Requirements | How to Buy | Licensing Info | Pricing | Support | Site Map | Contact Us | Documentation | Client Area
Copyright © 2003-2018 eWebEditor.com, All Rights Reserved .