﻿594c594,595
< 			header("Content-Disposition: attachment; filename=\"".$localName."\"");
---
> 			//header("Content-Disposition: attachment; filename=\"".$localName."\"");
> 			header("Content-Disposition: attachment; filename=\"".((preg_match('/ MSIE /',$_SERVER['HTTP_USER_AGENT']))?rawurlencode($localName):$localName)."\"");
