From: Aaron A. <li...@fr...> - 2006-02-09 18:55:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I did some more testing, i created this simple php script: <?php $name = "test4"; header('Content-Transfer-Encoding: ascii'); header('Content-type: text/csv'); header("Content-Disposition: attachment; filename=$name.csv"); echo "this is a test"; ?> That properly works and exports the files from within IE. There has to be something within phpesp that is causing a problem since this appears to work in IE, but I haven't been able to figure anything out yet. Any suggestions on what else I can test and play with? Could the javascript submit process have anything to do with it? - -- Aaron Axelsen li...@fr... Great hosting, low prices. Modevia Web Services LLC -- http://www.modevia.com Matthew Gregg wrote: > Could it be one of the newer IE security "features" getting in the > way? > > > On 2/7/06, *Aaron Axelsen* <li...@fr... > <mailto:li...@fr...>> wrote: > > I had a user report to me this morning that they were unable to > export surveys in IE using version 1.8. I have confirmed this too. > A error window pops up that says "Internet Explorer was not able > to open this Internet site. The requested site is either > unavailable or cannot be found. Please try again later.". > > Has anyone else had this issue? Is this fixed in the cvs? > > -- Aaron Axelsen li...@fr... <mailto:li...@fr...> > > Great hosting, low prices. Modevia Web Services LLC -- > http://www.modevia.com > > ------------------------------------------------------- This SF.net > email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that > makes searching your log files as easy as surfing the web. > DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ phpESP-devel > mailing list php...@li... > <mailto:php...@li...> > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > >> -- D'oh! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD65ASuucONIvD0AMRArt0AKDWpcTDokLihRSThiVdK6CFYgfM0ACeJTFW ymXnuH8E4vrA+EH+5GMBtt8= =mWlv -----END PGP SIGNATURE----- |