Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Thank you very much. Spot on with your advise. Added an ETag header to fix my problem. Regards, Andy RTT wrote: Are the headers as you guys would expect? The "Vary: *" header prevents the response from being cached, so IE "gets confused" when processing the save attachment request. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Thanks for the tip. I'll investigate. Regards, Andy RTT wrote: Are the headers as you guys would expect? The "Vary: *" header prevents the response from being cached, so IE "gets confused" when processing the save attachment request. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Are the headers as you guys would expect? The "Vary: *" header prevents the response from being cached, so IE "gets confused" when processing the save attachment request. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Francois, My ICS projects are working very well. Thanks for asking. Appropriate forum - yes, it's why I asked if someone can point me in the right direction. With the wealth of knowledge on this forum, I was hoping that someone had encountered this same or similar situation, possibly using an ICS component in their web server. I do not intend clogging up this forum with a debate on my woes, the subject says it all really. If you can't help - fine. ...Andy Francois PIETTE wrote: Hello Andy, Is this related to ICS ? If not, please repost into an appropriate forum. If yes, please explain more clearly. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Info2004" To: Sent: Friday, December 17, 2010 5:50 PM Subject: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save Hi, I have a site the works fine with Firefox and Chrome, but is problematic with IE. It used to work until reported faulty yesterday. There is a button on the page that calls a php script that generates a file, and prompts the user to save the file. IE (8) says: "Internet Explorer cannot download export_service_transactions.php from itagworld.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." IE does get the file data, it's just not playing ball with the save part. I captured the headers using Fiddler: HTTP/1.1 200 OK Date: Fri, 17 Dec 2010 16:38:56 GMT Server: Apache Cache-Control: must-revalidate, post-check=0, pre-check=0 Content-Description: File Transfer Content-Disposition: attachment; filename="asset_data_171210.xls" Content-Transfer-Encoding: binary Expires: 0 Vary: * Keep-Alive: timeout=5, max=50 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/x-comma-separated-values 33f dbId SiteId PoolId AssetTypeId SerialNumber OrganisationId Description LocationTxt Approved VoltageTypeId DateTimeCreated LastActionDateTime LastActionId assetNotes RefNo Deleted invalidSerialNumber encodeType installationDate userWhoCreatedId userWhoDeletedId EventTime ActivityCodeId OperatorText SiteName ActivityCodeDescription AssetDescription catagory Volt CustomerReference fillingSystem 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:15:00 9 Service2 DSC E St Albans Brighthouse Filled with Water Battery Maintenance 48V Water Injectors 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:17:45 94 Service2 DSC E St Albans Brighthouse Battery 48V Battery Asset Registration 48V Water Injectors 0 Are the headers as you guys would expect? Anyone had the same issue? Failing anything else, where is the best place to go for help on such matters? Google seems to throw a lot of config/firewall refs at me. All tried - and don't forget, this was working and I have not changed the source or my local settings. Regards, Andy -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
Re: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Hello Andy, Is this related to ICS ? If not, please repost into an appropriate forum. If yes, please explain more clearly. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Info2004" To: Sent: Friday, December 17, 2010 5:50 PM Subject: [twsocket] [OT] Hoping somone can point me in the right direction with IE and file save Hi, I have a site the works fine with Firefox and Chrome, but is problematic with IE. It used to work until reported faulty yesterday. There is a button on the page that calls a php script that generates a file, and prompts the user to save the file. IE (8) says: "Internet Explorer cannot download export_service_transactions.php from itagworld.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." IE does get the file data, it's just not playing ball with the save part. I captured the headers using Fiddler: HTTP/1.1 200 OK Date: Fri, 17 Dec 2010 16:38:56 GMT Server: Apache Cache-Control: must-revalidate, post-check=0, pre-check=0 Content-Description: File Transfer Content-Disposition: attachment; filename="asset_data_171210.xls" Content-Transfer-Encoding: binary Expires: 0 Vary: * Keep-Alive: timeout=5, max=50 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/x-comma-separated-values 33f dbId SiteId PoolId AssetTypeId SerialNumber OrganisationId Description LocationTxt Approved VoltageTypeId DateTimeCreated LastActionDateTime LastActionId assetNotes RefNo Deleted invalidSerialNumber encodeType installationDate userWhoCreatedId userWhoDeletedId EventTime ActivityCodeId OperatorText SiteName ActivityCodeDescription AssetDescription catagory Volt CustomerReference fillingSystem 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:15:00 9 Service2 DSC E St Albans Brighthouse Filled with Water Battery Maintenance 48V Water Injectors 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:17:45 94 Service2 DSC E St Albans Brighthouse Battery 48V Battery Asset Registration 48V Water Injectors 0 Are the headers as you guys would expect? Anyone had the same issue? Failing anything else, where is the best place to go for help on such matters? Google seems to throw a lot of config/firewall refs at me. All tried - and don't forget, this was working and I have not changed the source or my local settings. Regards, Andy -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
[twsocket] [OT] Hoping somone can point me in the right direction with IE and file save
Hi, I have a site the works fine with Firefox and Chrome, but is problematic with IE. It used to work until reported faulty yesterday. There is a button on the page that calls a php script that generates a file, and prompts the user to save the file. IE (8) says: "Internet Explorer cannot download export_service_transactions.php from itagworld.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." IE does get the file data, it's just not playing ball with the save part. I captured the headers using Fiddler: HTTP/1.1 200 OK Date: Fri, 17 Dec 2010 16:38:56 GMT Server: Apache Cache-Control: must-revalidate, post-check=0, pre-check=0 Content-Description: File Transfer Content-Disposition: attachment; filename="asset_data_171210.xls" Content-Transfer-Encoding: binary Expires: 0 Vary: * Keep-Alive: timeout=5, max=50 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/x-comma-separated-values 33f dbId SiteId PoolId AssetTypeId SerialNumber OrganisationId Description LocationTxt Approved VoltageTypeId DateTimeCreated LastActionDateTime LastActionId assetNotes RefNo Deleted invalidSerialNumber encodeType installationDate userWhoCreatedId userWhoDeletedId EventTime ActivityCodeId OperatorText SiteName ActivityCodeDescription AssetDescription catagory Volt CustomerReference fillingSystem 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:15:00 9 Service2 DSC E St Albans Brighthouse Filled with Water Battery Maintenance 48V Water Injectors 3611 205 1 038348170034 5 1 3 2010-12-08 00:00:00 2010-12-07 10:17:45 94 0 0 -00-00 105 2010-12-07 10:17:45 94 Service2 DSC E St Albans Brighthouse Battery 48V Battery Asset Registration 48V Water Injectors 0 Are the headers as you guys would expect? Anyone had the same issue? Failing anything else, where is the best place to go for help on such matters? Google seems to throw a lot of config/firewall refs at me. All tried - and don't forget, this was working and I have not changed the source or my local settings. Regards, Andy -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be