Upload files or images to the server.
In Content -> Upload File you can upload files or images to the server. Click "Browse" button and locate a file in your local drive. Click "Submit" button to upload the file the server. To refer to the uploaded file use link "/dbfile.axd?name=[your uploaded file name]". For example, if your upload a file named as "foo.jpg", you could create a img tag such as <img src="/dbfile.axd?name=foo.jpg" /> to show your image.