Sharepoint Designer beta 2007

F

Friedi

We are trying out this new version to come out - more or less I got some kind
of web designed, which I could publish with our provider or webhostservice,
as we don't have an own server.
I am looking for a possibility that people could download MS Access files
(.mde) in zip format. Does Sharepoint Designer permit this possibility to
stock files within the web, which people could download? If yes, where
could I find a dynamic web template with the download command/button?

Thanks for any input.
 
R

Ronx

SharePoint Designer will allow any zipped file to be downloaded - all you
need is a link on the page to the .zip file, the link being the same as any
link to a page. Import the .zip file containing the database into your
website and create the link to it.

Example (in code view)

<a href="path/database.zip">Download Database</a>
 
F

Friedi

Hello Ronx
Thank you for your reply, I tried your solution in the Browser, but nothing
happens
except a error message.
How can a visitor of my website download the zip stored in the web with a
simple hyperlink?
I thought a form control is needed for the download to happen, similar as an
input control button or submit button.
I didn't I understand correctly?

Thanks for your input
 
F

Friedi

Hello Ronx,

Thank you for your solution - It works perfectly with .zip extension - I
hope it works
as well with .exe extension - I will make the test.
 
T

Thomas A. Rowe

You web host may not allow .exe extensions to be upload to their server, also user's local security
setting may issue warning and/or block the downloading of the .exe file

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top