This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Microsoft Publisher > April 2005 > add documents/worksheets to website for visitors to download





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author add documents/worksheets to website for visitors to download
manatplay

2005-04-25, 6:02 am

I have created a website using Publisher. I have added docs and worksheets
for visitors to download. Unfortunately they can't. Any ideas what I might be
doing wrong?
David Bartosik [MSFT MVP]

2005-04-25, 6:02 am

Not without some details as our crystal ball is in the shop dude. Put some
details behind the word "can't", or provide a URL for us to test and review.
Also remember next time the cardinal rule of posting- "state your product
version". You can review http://www.dts-l.org/goodpost.htm .

David Bartosik - [MSFT MVP]
http://www.publishermvps.com
http://www.davidbartosik.com

"manatplay" <manatplay@discussions.microsoft.com> wrote in message
news:C8259B8E-E33C-4E50-AEE5-E6AD3748F0E3@microsoft.com...
>I have created a website using Publisher. I have added docs and worksheets
> for visitors to download. Unfortunately they can't. Any ideas what I might
> be
> doing wrong?



JoAnn Paules [MSFT MVP]

2005-04-25, 6:02 am

You said "Dude" again. I don't know why but that cracks me up. :-)

--

JoAnn Paules
MVP Microsoft [Publisher]



"David Bartosik [MSFT MVP]" <dbartosik@communities.nospam.com> wrote in
message news:ODUzSPVSFHA.1528@TK2MSFTNGP09.phx.gbl...
> Not without some details as our crystal ball is in the shop dude. Put some
> details behind the word "can't", or provide a URL for us to test and
> review. Also remember next time the cardinal rule of posting- "state your
> product version". You can review http://www.dts-l.org/goodpost.htm .
>
> David Bartosik - [MSFT MVP]
> http://www.publishermvps.com
> http://www.davidbartosik.com
>
> "manatplay" <manatplay@discussions.microsoft.com> wrote in message
> news:C8259B8E-E33C-4E50-AEE5-E6AD3748F0E3@microsoft.com...
>
>



manatplay

2005-04-25, 6:02 am

Oops. First timer. Sorry.

website is: www.study4life.com.au and the problem page is "support"


"manatplay" wrote:

> I have created a website using Publisher. I have added docs and worksheets
> for visitors to download. Unfortunately they can't. Any ideas what I might be
> doing wrong?

David Bartosik [MSFT MVP]

2005-04-25, 9:45 pm

Just on a quick review I see a number of things wrong. Bookmark
http://www.publishermvps.com/WebDes...33/Default.aspx so
you have publish directions, I'm not sure that you followed a correct
procedure.
First off, just hitting the home page I see an improper URL of
http://www.study4life.com.au/index.html/index.htm
There shouldn't be a directory there and it shouldn't be using a file name
that is also the default page name. That home page URL should be simply
http://www.study4life.com.au/index.htm
If you have the sub-folder option turned on then Pub writes a directory at
the root alongside index.htm and names it index_files and places all
subsequent files there. So the URL for your other pages should look like
http://www.study4life.com.au/index_files/Page459.htm
and not like this -
http://www.study4life.com.au/index....les/Page459.htm
You should access the server using a ftp client or host file manager and
delete all the files and folders out there now and do a clean publish.
As for the download files, first off downloads need to be zipped and posted
as a .zip file. This makes for a smaller file and a faster download. It also
prompts the browser to download versus opening the file in the browser,
which a Excel file would do in IE if the client had Excel loaded. If you are
using Windows XP you can zip a file by rightclicking the file name and
selecting compress file. Or you can use a client tool like WinZip. All files
on the web should have no embedded spaces in the file name. You notice that
Publishers sub folder is called "index_files"? Embedded spaces are not
supported in a URI so name your download files with no spaces. It is also
wise to use all lower case. Refer to
http://www.davidbartosik.com/2004/1...site-advice.htm for more do's and
dont's. So instead of Study TimeTable - Template.xls you should have
study_timetable_template.zip
And the download link is a problem. You should create a directory (again
using a ftp client or host file mgr) on root alongside the index.htm file
and the index_files directory. You could call it "downloads". So the URL
path of the folder would be
http://www.study4life.com.au/downloads/
and then a download file path would like
http://www.study4life.com.au/downlo...le_template.zip
and NOT look like what you have now-

ftp://www.study4life.com.au/var/www...20-Template.xls

and note you have ftp:// and not http://

that download file should not be accessible because your domain should not
have ftp permissions. If it did then anyone could access and change your
site. Also the ftp port can be locked at a client firewall and prevent a
cleint from downloading it, even if your end had the appropriate
permissions. So drop the ftp.

From the looks of the URL you have on your files it looks to me that you
don't understand what URL you are supposed to use to publish to or your host
has a really oddball configuration. I recommend you review the host
instructions and the upload URL they provided you with. Normally one only
needs to publish to their domain URL, and normally this loads files to a
folder called www on the server, but that directory is for the server and is
local and invisible to the customer and not a part of any URL. So all of
this "var/www/html" should be bogus.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com


"manatplay" <manatplay@discussions.microsoft.com> wrote in message
news:90F257E6-E055-4904-9BD5-81D54C29B928@microsoft.com...[color=darkred]
> Oops. First timer. Sorry.
>
> website is: www.study4life.com.au and the problem page is "support"
>
>
> "manatplay" wrote:
>


manatplay

2005-04-26, 12:42 am

Wow. Thanks! I guess it's back to the drawing board. This will take a few
days to sort out. Really appreciate the help. Cheers.


"David Bartosik [MSFT MVP]" wrote:

> Just on a quick review I see a number of things wrong. Bookmark
> http://www.publishermvps.com/WebDes...33/Default.aspx so
> you have publish directions, I'm not sure that you followed a correct
> procedure.
> First off, just hitting the home page I see an improper URL of
> http://www.study4life.com.au/index.html/index.htm
> There shouldn't be a directory there and it shouldn't be using a file name
> that is also the default page name. That home page URL should be simply
> http://www.study4life.com.au/index.htm
> If you have the sub-folder option turned on then Pub writes a directory at
> the root alongside index.htm and names it index_files and places all
> subsequent files there. So the URL for your other pages should look like
> http://www.study4life.com.au/index_files/Page459.htm
> and not like this -
> http://www.study4life.com.au/index....les/Page459.htm
> You should access the server using a ftp client or host file manager and
> delete all the files and folders out there now and do a clean publish.
> As for the download files, first off downloads need to be zipped and posted
> as a .zip file. This makes for a smaller file and a faster download. It also
> prompts the browser to download versus opening the file in the browser,
> which a Excel file would do in IE if the client had Excel loaded. If you are
> using Windows XP you can zip a file by rightclicking the file name and
> selecting compress file. Or you can use a client tool like WinZip. All files
> on the web should have no embedded spaces in the file name. You notice that
> Publishers sub folder is called "index_files"? Embedded spaces are not
> supported in a URI so name your download files with no spaces. It is also
> wise to use all lower case. Refer to
> http://www.davidbartosik.com/2004/1...site-advice.htm for more do's and
> dont's. So instead of Study TimeTable - Template.xls you should have
> study_timetable_template.zip
> And the download link is a problem. You should create a directory (again
> using a ftp client or host file mgr) on root alongside the index.htm file
> and the index_files directory. You could call it "downloads". So the URL
> path of the folder would be
> http://www.study4life.com.au/downloads/
> and then a download file path would like
> http://www.study4life.com.au/downlo...le_template.zip
> and NOT look like what you have now-
>
> ftp://www.study4life.com.au/var/www...20-Template.xls
>
> and note you have ftp:// and not http://
>
> that download file should not be accessible because your domain should not
> have ftp permissions. If it did then anyone could access and change your
> site. Also the ftp port can be locked at a client firewall and prevent a
> cleint from downloading it, even if your end had the appropriate
> permissions. So drop the ftp.
>
> From the looks of the URL you have on your files it looks to me that you
> don't understand what URL you are supposed to use to publish to or your host
> has a really oddball configuration. I recommend you review the host
> instructions and the upload URL they provided you with. Normally one only
> needs to publish to their domain URL, and normally this loads files to a
> folder called www on the server, but that directory is for the server and is
> local and invisible to the customer and not a part of any URL. So all of
> this "var/www/html" should be bogus.
>
> David Bartosik - [MSFT MVP]
> www.publishermvps.com
> www.davidbartosik.com
>
>
> "manatplay" <manatplay@discussions.microsoft.com> wrote in message
> news:90F257E6-E055-4904-9BD5-81D54C29B928@microsoft.com...
>
>
>

gea

2005-04-26, 7:38 pm

It is even not possible to include own sheets coming from other programs like
Flash as I discovered recently.
It is asking for a program, and might be not included, a mistake perhaps of
the programmer of MS

"manatplay" wrote:

> I have created a website using Publisher. I have added docs and worksheets
> for visitors to download. Unfortunately they can't. Any ideas what I might be
> doing wrong?

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews