WAHM Forums
The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.
View Full Version : Upload Issue
PePeMom
04-15-2006, 02:43 PM
Does anyone know how I can name my files to upload correctly from
publisher to the ftp and to my site. I am having
problems, I can get the index page loaded w/image problems, then
I can not get my additional pages to load. Or can I
transfer my web creation to another program , like
dreamweaver? I am using yahoo as my web hosting and domain name,
is this a good one to use?
Thanks
<!--
var SymRealOnLoad;
var SymReal;
Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}
SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
publisher to the ftp and to my site. I am having
problems, I can get the index page loaded w/image problems, then
I can not get my additional pages to load. Or can I
transfer my web creation to another program , like
dreamweaver? I am using yahoo as my web hosting and domain name,
is this a good one to use?
Thanks
<!--
var SymRealOnLoad;
var SymReal;
Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}
SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
Brenda003
04-16-2006, 12:07 AM
I don't know about all that stuff, but do your images/files have spaces in their names? That could cause a problem.
Monik
04-24-2006, 09:47 PM
i personally dont like yahoo, i use godaddy for everything. remember that images are called according to where they were stored in your computer. So if you named a folder "images" you must also create a directory called "images" in your ftp folder and upload them there.
chadd
04-25-2006, 11:23 AM
remember that images are called according to where they were stored in your computer.
not true, images are called according to the location of the src in the image tag.
so you could store all your images in a directory called "images" on your computer and on the webserver put them in a "pretty_pictures" direcrory and as long as the src in the image tag was correct, they would show up fine.
not true, images are called according to the location of the src in the image tag.
so you could store all your images in a directory called "images" on your computer and on the webserver put them in a "pretty_pictures" direcrory and as long as the src in the image tag was correct, they would show up fine.