To upload a file through File Manager, please do the following:

Login to cPanel and click File Manager

  1. Choose to open Web Root and Show hidden files
  2. At the top, click Upload.
  3. Click the Browse button.
  4. Double click the file you want to upload to your site.
  5. Wait for the blue bar to complete, then go back to File Manager.

You have successfully uploaded a file to your site through file manager.

Once I upload a file, how will I know the URL?

So, you want to share the new web file with friends or the public. First you need to determine the path of the file.

  1. Login to FTP or File Manager and note the parent folder where your file is stored (normally public_html).
  2. Double click the folder icon to navigate inside public_html.
  3. If you see the file here, you are done. If you need to navigate inside more folders to find your file, note each folder. (Folder names are case-sensitive, so you must use the exact capitalization and spelling.)
  4. Once you locate your file, you should have noted the full path (a list of the folders you must go inside, respectively, to find that file).
  5. Now simply add the file name, exactly as it appears, to the end of the path. (File names are case-sensitive, so you must use the exact capitalization and spelling.)

     

    Here are some examples:
    public_html/index.html
    public_html/My_Book.pdf
    public_html/images/banner25x120.JPG
    public_html/blog/includes/Movies/9ija.mp3
     

     

  6. Almost there! Now you just need to replace "public_html" with http and your primary domain name.

     

    Same examples:
    http://yourdomain.com/index.html
    http://yourdomain.com/My_Book.pdf
    http://yourdomain.com/images/banner25x120.JPG
    http://yourdomain.com/blog/includes/Movies/9ija.mp3

     

  7. Try to browse these URL's and you will see the file you uploaded.

This can even be done for addon and subdomains. Just replace the public_html/subfolder/ part with the addon or subdomain name.

Let's pretend my addon domain is myblogdomain.com. Let's pretend the document root for that domain is my blog subfolder (inside public_html of course).

A path like public_html/blog/includes/Movies/9ija.mp3 would becomehttp://myblogdomain.com/includes/Movies/9ija.mp3

Ця відповідь Вам допомогла? 5 Користувачі, які знайшли це корисним (12 Голосів)