an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > Documentation > Online Help > CMS > Upload File
Upload File

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.

pdf file
I would like to put a link to a pdf file within an html page. For example, in the Ordering page, there is a specific word "Quotation Form" that when a customer click on it, it will open up a pdf file. I tried inserting a link using the html tag and it didnt work.
More Resources
Quick Links