I have a NPH (non parsed header) script that creates a zip file of images and then downloads it back to the user.<br>
<br>
<FORM ACTION='<INPUT TYPE=HIDDEN NAME="rows" VALUE="2"><br>
<INPUT TYPE=HIDDEN NAME="row1" VALUE="/image1.ic"><br>
<INPUT TYPE=HIDDEN NAME="row2" VALUE="/image2.ic"><br>
<TH COLSPAN=2 ALIGN=LEFT><INPUT TYPE=SUBMIT VALUE="download"><br>
</TD></TR></FORM><br>
<br>
The full path names are passed to the script, a zip file is created and then output to the browser.<br>
<br>
HTTP/1.1 203 OK<br>
Apache/1.3.3 (Unix) (Red Hat/Linux)<br>
Content-type: application/zip ; name=fpo12868.zip<br>
........ zip file ......<br>
<br>
The download works fine with Netcsape and Explorer on a MAC.<br>
The download works fine with Netscape on a PC (Windows or NT)<br>
However it fails with Explorer on a PC (Windows or NT).<br>
<br>
Explorer begins to download /image2.ic !!! And of course it can't find it.<br>
<br>
Any help on this one?<br>
<br>
TIA Tom<br>
<br>
<br>
<br>
<br>
<br>
<br>
<FORM ACTION='<INPUT TYPE=HIDDEN NAME="rows" VALUE="2"><br>
<INPUT TYPE=HIDDEN NAME="row1" VALUE="/image1.ic"><br>
<INPUT TYPE=HIDDEN NAME="row2" VALUE="/image2.ic"><br>
<TH COLSPAN=2 ALIGN=LEFT><INPUT TYPE=SUBMIT VALUE="download"><br>
</TD></TR></FORM><br>
<br>
The full path names are passed to the script, a zip file is created and then output to the browser.<br>
<br>
HTTP/1.1 203 OK<br>
Apache/1.3.3 (Unix) (Red Hat/Linux)<br>
Content-type: application/zip ; name=fpo12868.zip<br>
........ zip file ......<br>
<br>
The download works fine with Netcsape and Explorer on a MAC.<br>
The download works fine with Netscape on a PC (Windows or NT)<br>
However it fails with Explorer on a PC (Windows or NT).<br>
<br>
Explorer begins to download /image2.ic !!! And of course it can't find it.<br>
<br>
Any help on this one?<br>
<br>
TIA Tom<br>
<br>
<br>
<br>
<br>
<br>