I just upload a file into a sybase database and now i want to show the file in the internet explorer window. I has been able to downloadit but how do i do to show it in the explorar windows instead of downloading?? this are the headers that im using:
header("Content-type: $tipo");
header("Content-length: $tamanio");
header("Content-Disposition: attachment; filename=$nombre");
header("Content-Description: PH Generated Data");