razon tenias
Cita: $file ="../upload/".$filename;
if($f=fopen("$file","w"))
fputs($f,$out);
fclose($f);
$objResponse->script("window.open('".$file."','".$file."','stat us=2, height=200');");
return $objResponse;
en esta parte en mi window.open me formaba
Cita: window.open('../upload/export_tabla.csv','../upload/export_tabla.csv','status=2, height=200')
y cmo que no le gustaba que el nombre q le daba (el segundo parametro)
cambie a
Cita: window.open('../upload/export_tabla.csv','miventana','status=2, height=200')
y funciona en ambbos exploradores
gracias por el tiempo