Results 1 to 2 of 2

Thread: uploading files to website

  1. #1
    Join Date
    Jun 2009
    Posts
    3

    uploading files to website

    Do both DreamWeaver and separate FTP programs such as SmartFTP maintain the links between files when files are uploaded to a website?

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Yes if you create directories on the host server which replicate the folders on your computer.

    So where you have a root directory on the server, create within that a main directory called say mywebsite and that should correspond with your main folder for your website on your PC called mywebsite, then you might have a sub-directory for images on the server and a sub-folder called images on your PC.

    Then relative links in your code like img src="images/image22.jpg" will work after uploading via ftp.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •