![]() |
|
![]() |
In DM2003 almost all types of files, including data files, desktop files, notes, scripts and HTML applications may be downloaded from the remote servers via HTTP or FTP protocols. However, standard Open File dialog box allows to browse only local file system and network shares, while folders on web servers cannot be browsed. Hence, for comfortable work with remote content users need special tools.
For example, let's suppose that you would like to store a group of data files on web server to share your work with people outside local network. To open data files in DM2003, you have to enter URL of the file:
It would be much more convenient to click hyperlinks instead of typing URLs, as in usual web pages. Primary purpose of Web Index Wizard is to create such web pages automatically.
First you need to open Script Editor and run HTML Wizard (Help | Wizards | HTML Wizard). Select "Web Index page" from application type combo box, and click "Next" to select data files as shown on the screenshot below:
Click OK button to place HTML code of the page into the Script Editor and save this file, then upload your data files, their descriptions (metadata) and index page on some folder on the server. Web server interprets files named index.htm or default.htm as "default" document, so you need to provide only domain and path:
http://datamaster2003.com/samples
Typically you will open index page in the Browser window. As you can see, it looks like simplified version of Data Browser:
Keep in mind that file names must be composed from the following set of characters: 'A'..'[', 'a'..'~', '0'..'9', ' ', '_', '-', '+', ']', '^', '.', '=', '(', ')'. You should avoid using characters of national alphabets because these characters are not URL-compatible, and some web servers can't handle such file names. Also remember that URLs may be case-sensitive on some systems.