Hi - <div><br></div><div>it seems that the Content-Disposition header for the file upload is removed in IE6 (kept in binding:file-filename of course) but preserved in other browsers that I tested (FF, Chrome).  Is there a specific reason behind the difference?
</div><div><br></div><div>Below is the header for FF: </div><div><br></div><div><div><div><div>-----------------------------145144739312095878781463263044</div><div>Content-Disposition: form-data; name=&quot;content&quot;; filename=&quot;jelly_fish.jpg&quot;</div>
<div>Content-Type: image/jpeg</div></div></div></div><div><br></div><div>Below is the header for IE6: </div><div><br></div><div><div>-----------------------------7da35b2f500e2</div><div>Content-Disposition: form-data; name=&quot;content&quot;; filename=&quot;Z:\Pictures\jelly_fish.jpg&quot;</div>
<div>Content-Type: image/pjpeg</div><div><br></div></div><div>As far as I can tell, the header themselves should not have triggered the difference.  Thanks,</div><div>yc</div><div><br></div>