Prepare a file for upload
- File names are case sensitive, so it is helpful (but not required) to use all lowercase names.
- Spaces in file names can cause problems in some cases, so best practice is to replace spaces with the underbar _ character.
To upload files
- Go to the admin panel.
- Click 'Upload'.
- Click the 'Browse...' button and select the file you want to upload, then click 'OK'.
- Select either 'file' or 'image' as appropriate from the dropdown.
- Click the 'Upload' button.
You should see a confirmation page.
You can link directly to the uploaded file or image as follows:
- If you uploaded a file
- The link to a file named 'schools.pdf' would be: www.yourdomainnamehere.com/userfiles/file/schools.pdf
- If you uploaded an image
- The link to a file named 'schools.jpg' would be: www.yourdomainnamehere.com/userfiles/image/schools.jpg
You can link to the uploaded file or image from withing your website as follows:
- If you uploaded a file
- The link to a file named 'schools.pdf' would be: /userfiles/file/schools.pdf
- If you uploaded an image
- The link to a file named 'schools.jpg' would be: /userfiles/image/schools.jpg
- If you want to display an image you uploaded in a page on your site (rather than link to it), use the page editor from the Admin Panel to add it.
Note-> Uploaded file should generally be in pdf format. Uploaded images can be .gif, .jpg, or .png formats.