Bill,
There are three articles here about uploading. If you aren't using a form,
then the FTP uploading protocol is probably the easiest, as it does not
require the use of FPSE. Read here:
http://msmvps.com/blogs/dbartosik/archive/category/1921.aspx
Also you might want to just skip that and download and use a dedicated ftp
client, such as Filezilla, which is available for free:
http://filezilla.sourceforge.net/
It would be a pain, but you could create a subfolder called index_files on
your site, and then upload each of the files one by one. Or, you could
choose to not use the subfolder option and then you could also just upload
each file. Look under Tools > Options > Web tab and uncheck "Organize
supporting files...", and while you are there, uncheck 'Rely on VML...", and
"Allow PNG...", which will help lighten your html output and improve the
loading time of your pages.
DavidF
>I am trying to create a simple three page web site, but have been unable to
> upload the files to display correctly at my Comcast site.
[quoted text clipped - 13 lines]
>
> Help/advise appreciated. Bill
Bill - 26 Feb 2007 14:15 GMT
Thanks David. FTP worked. Did not realize if I would have enabled FPSE at
Comcast HTTP should have worked too. I'll play around and take a look at
Filezilla and the loading options you noted. Appreciate the help. Best
regards, Bill
Bill,
There are three articles here about uploading. If you aren't using a form,
then the FTP uploading protocol is probably the easiest, as it does not
require the use of FPSE. Read here:
http://msmvps.com/blogs/dbartosik/archive/category/1921.aspx
Also you might want to just skip that and download and use a dedicated ftp
client, such as Filezilla, which is available for free:
http://filezilla.sourceforge.net/
It would be a pain, but you could create a subfolder called index_files on
your site, and then upload each of the files one by one. Or, you could
choose to not use the subfolder option and then you could also just upload
each file. Look under Tools > Options > Web tab and uncheck "Organize
supporting files...", and while you are there, uncheck 'Rely on VML...", and
"Allow PNG...", which will help lighten your html output and improve the
loading time of your pages.
DavidF
>I am trying to create a simple three page web site, but have been unable to
> upload the files to display correctly at my Comcast site.
[quoted text clipped - 13 lines]
>
> Help/advise appreciated. Bill
DavidF - 26 Feb 2007 21:53 GMT
Thanks for posting back. It is appreciated.
DavidF
> Thanks David. FTP worked. Did not realize if I would have enabled FPSE
> at
[quoted text clipped - 43 lines]
>>
>> Help/advise appreciated. Bill
bonnit - 28 Feb 2007 14:54 GMT
i dont know if it helps or not but i had been having trouble uploading my
site too, and the reason was because my hosting site didnt allow me to upload
files to my root directory (/ ) i had to upload to the /public_html and i was
getting so annoyed, also once i had figured it out i had another problem that
the host site required the index files themselves to be in the same directory
as the index.htm itself rather than in another folder, but the index page
itself required the files to also be in an index_files folder - was a massive
nuisance but it was something quite simple - hope it helps
> Thanks for posting back. It is appreciated.
>
[quoted text clipped - 47 lines]
> >>
> >> Help/advise appreciated. Bill
Mike Koewler - 28 Feb 2007 21:07 GMT
i had to upload to the /public_html and i was
> getting so annoyed,
This is standard, though the exact folder varies. It might be
html_public, httpdocs, http_public, but the same idea.
> the host site required the index files themselves to be in the same directory
> as the index.htm itself rather than in another folder,
This is odd. Are you sure you understood the instructions correctly?
Mike