The Special File Manager allows you to upload the following directly to the server...
It also provides a list of all the media and support files you've uploaded, along with their full URL and their file size, and lets you delete files you no longer need.
|
Do You Upload Your Own HTML? If you upload files, you have the option of uploading media and support files in the Upload Your Own HTML module, or here in the Special File Manager. To delete any uploaded files, use the Special File Manager. |
You can use the Special File Manager to upload only files with the following extensions...
Media Files
These files all go in the media-files folder.
Support Files
These files all go in the support-files folder.
.css, .js, .xml (Cascading Style Sheets, Javascript and XML files)
Note: If your XML file must reside at the root level, use XML It! to upload the file.
.exe, .pdf, .txt, .zip (executable, PDF, text and zip files)
Note: If your .txt file must reside at the root level, use TXT It! to upload the file.
|
Must Read Notice Regarding EXE and ZIP Files If SiteSell receives a documented (proved) complaint that your .exe or .zip file contains a virus, your SBI! account will be terminated immediately, with no refund. This applies to you even if you upload a file that you did not create yourself. To protect yourself, run your virus scanner on any .exe file (especially a self-extracting .exe file) or any file(s) contained in a .zip file you plan to upload. If the file is clean, then upload it. |
After the upload section, you'll find the total amount of disk space you've used, and the total available. The difference is the amount of space you can still use to upload files. For example, this person has 97.32 MB still available for media and support file uploads...
Any file that is not an HTML page file or an image file must be uploaded separately. This is where you do that.
You cannot use the manager to upload images (.gif, .jpg, .jpeg, .png), your favicon, or your site's pages (.html).
Tip
This section provides the full URL of each media file you've uploaded, and lets you select a file for deletion, if desired.
See General Tips (below) for details on creating the links necessary to access your media files.
This section provides the full URL of each media file you've uploaded, and lets you select a file for deletion, if desired.
See General Tips (below) for details on creating the links necessary to access your support files.
If you want to add a simple link only (ex., for a PDF), you'll need to add the code for it to your page. If you use SiteBuilder, you have 2 options...
Edit the page where you want to add the link. Add a Text Link block and select the new file's name to add the link to your page. Preview (test the link in the preview) and then build the page to save the change.
Add the code directly to your page with a Text Block, using the following HTML code (replace the dummy URL with the URL you copy from Special File Manager, and replace the anchor text with your own words)...
<a href="http://www.your-domain-name.com/file-name.pdf">Click here to read the PDF in your browser, or right-click to download it</a>