If you check Copy link text to clipboard… option on the FTP Upload window, this dialog box appears and allows you to specify a text link that is automatically copied to clipboard after a successful FTP upload.
You may include macros listed below, which will be expanded as needed.
Example: If you have entered the following data in FTP dialog box:
Remote file name: /img/Snap7.jpg
FTP Server: www.myserver.com
and the image you uploaded was 300 pixels wide and 250 pixels high, the following text:
<img src=”http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/uploads/sub/hypersnap/en/source/http://%server%%path%” height=”%height%” width=”%width%”>
will be expanded to:
<img src=”http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/uploads/sub/hypersnap/en/source/http://www.myserver.com/ img/Snap7.jpg” height=”250″ width=”300″>
This expanded text will be automatically copied to the clipboard, and you can easily paste it into any web page editor.
Link text edit box and expanded text preview
If needed, click in the white space on the left, which is an edit box, to type your link text. If any macros were entered, the grey preview box below shows the expanded text.
The buttons on the right, described below, insert the macros.
Inserts the %file% macro into the link text. This macro is expanded to the remote file name of the uploaded image file without the path.
Inserts the %path% macro into the link text. This macro is expanded to the remote full file and path name of the uploaded image file.
Inserts the %width% macro into the link text. This macro is expanded to the width in pixels of the uploaded image file.
Inserts the %height% macro into the link text. This macro is expanded to the height in pixels of the uploaded image file.
Inserts the %server% macro into the link text. This macro is expanded to the server name or address entered in the FTP dialog box.
Inserts the %user% macro into the link text. This macro is expanded to the user name entered in the FTP dialog box.