The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML file download, File download box sjows different option to different users
vivek.sharma
post Sep 21 2009, 12:11 AM
Post #1





Group: Members
Posts: 4
Joined: 21-September 09
Member No.: 9,817



I have a shtml web page that has link to the PowerPoint slide. when the hyperlink is clicked on it shows different options to different users. In some cases the file download box shows the Document Type as "Microsoft Office PowerPoint Presentation, 78.1 KB" while to some users the Document type is shown as "Compressed (zipped) Folder, 78.1 KB." Both these messages are shown on the same hyperlink where the document type is PowerPoint. NOt sure why some users are seeing the Compressed file type in the download dialog box.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 21 2009, 02:33 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Can we see the page?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
vivek.sharma
post Sep 21 2009, 09:10 PM
Post #3





Group: Members
Posts: 4
Joined: 21-September 09
Member No.: 9,817



Attached ImageAttached ImageIts a Intranet website so will not be able to share the URL, however here are the images of what the users are seeing.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 22 2009, 12:58 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Well, that bit I understood already. tongue.gif

Does the zipped version exist on the server or is it created on the fly? Is there any content negotiation going on? What file type is the PP file (ppt, pps...)? Check what content-type the server gives it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Sep 22 2009, 03:53 AM
Post #5


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Both dialogs show it concerns a .pptx file, wich apperently is the new format for Microsoft Office (2007) documents. It is a combination of XML architecture and ZIP compression for size reduction.

I believe you don't have to worry about the different dialogs because of the above. See also http://rrelyea.spaces.live.com/Blog/cns...!2134.entry
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 22 2009, 08:34 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Ah duh. You are so smart! wub.gif I didn't even (try to) read. blush.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Sep 22 2009, 09:56 AM
Post #7


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



QUOTE(pandy @ Sep 22 2009, 03:34 PM) *

Ah duh. You are so smart! wub.gif I didn't even (try to) read. blush.gif

cool.gif laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
vivek.sharma
post Sep 22 2009, 10:07 PM
Post #8





Group: Members
Posts: 4
Joined: 21-September 09
Member No.: 9,817



QUOTE(pandy @ Sep 22 2009, 11:28 AM) *

Well, that bit I understood already. tongue.gif

Does the zipped version exist on the server or is it created on the fly? Is there any content negotiation going on? What file type is the PP file (ppt, pps...)? Check what content-type the server gives it.


The zipped version does not exists on the server and i guess it comes up on its own. The content type is .ppt
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
vivek.sharma
post Sep 22 2009, 10:09 PM
Post #9





Group: Members
Posts: 4
Joined: 21-September 09
Member No.: 9,817



QUOTE(Frederiek @ Sep 22 2009, 02:23 PM) *

Both dialogs show it concerns a .pptx file, wich apperently is the new format for Microsoft Office (2007) documents. It is a combination of XML architecture and ZIP compression for size reduction.

I believe you don't have to worry about the different dialogs because of the above. See also http://rrelyea.spaces.live.com/Blog/cns...!2134.entry


Is there a way to override this. WHat it is doing currently is increrasing the number of mouse clicks for the users.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Sep 23 2009, 06:55 AM
Post #10


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I'm not on PC, so I have no idea.
But I don't suppose users get both dialogs and if they are really interested in getting the file, then one more click shouldn't bother them either.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 23 2009, 09:26 AM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



I don't understand how this creates an extra click even.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Sep 24 2009, 02:19 AM
Post #12


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Well, once to click the link to the file on the page and once more to accept the download, maybe?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 24 2009, 05:06 AM
Post #13


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Yeah, but that's normal. How could the different dialogs affect that?

But if forcing download is what you want, see here: http://htmlhelp.com/faq/html/links.html#force-download. It will still require a click of a button though.
http://htmlhelp.com/faq/html/links.html#force-download
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 03:44 AM