Where to upload files

4 replies
  • WEB DESIGN
  • |
hey all,


Please help, I have a website :


I have built a webpage via Nvu and i added pics from my computer. But when i upload this index.html file and the pic files the pics are not visible on the site.

what steps do i need to take?


Thanks
Rishi
#files #upload
  • Profile picture of the author Barbara Eyre
    depends on a few things.

    how are you "calling in" the pics in your html code?

    if it's:
    Code:
    <img src="http://www.yoursite.com/picture.jpg">
    , then have the picture file uploaded to the same place your index.html and other pages are loaded.

    However, if it's:
    Code:
    <img src="http://www.yoursite.com/images/picture.jpg">
    , then you need to have the picture file uploaded to the "images" folder.

    Hope that helps you some.
    {{ DiscussionBoard.errors[1011479].message }}
    • Profile picture of the author RPathani
      SWEET!!


      thank you...
      Rishi
      {{ DiscussionBoard.errors[1011685].message }}
    • Profile picture of the author HomeBizNizz
      Originally Posted by Barbara Eyre View Post

      depends on a few things.

      how are you "calling in" the pics in your html code?

      if it's:
      Code:
      <img src="http://www.yoursite.com/picture.jpg">
      , then have the picture file uploaded to the same place your index.html and other pages are loaded.

      However, if it's:
      Code:
      <img src="http://www.yoursite.com/images/picture.jpg">
      , then you need to have the picture file uploaded to the "images" folder.

      Hope that helps you some.
      Yeah, and remember:
      image.jpg or Image.jpg or Image.JPG
      is 3 different files on Unix/Linux due to case sensitive filenames.
      {{ DiscussionBoard.errors[1013458].message }}

Trending Topics