Author Topic: how to upload pdf files on to website?  (Read 20441 times)

Offline skittles

  • Newbie
  • *
  • Posts: 13
how to upload pdf files on to website?
« on: November 17, 2010, 01:40:22 AM »
I uploaded using ftp a pdf file. I want to put it in a directory where anonymous users can access it and link to it from a web page. Can you point me to the directions for how to do it on your system?

Offline DoteasyCS-W

  • Newbie
  • *
  • Posts: 26
Re: how to upload pdf files on to website?
« Reply #1 on: November 17, 2010, 01:43:07 AM »
You can upload your pdf files via FTP using an FTP client.

I will use 'example.pdf' as an example. If it is in your root folder, it is accessible to everybody and does not require a password. The link for that file, since it is in your root folder, is

http://domain.org/example.pdf

If you put the pdf file into a folder for example a folder name of 'pdf'. Then the link/address to access the file would be

http://domain.org/pdf/example.pdf