Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 10426)
+++ temp/trunk/html/admin/design/template.php	(revision 10427)
@@ -337,5 +337,5 @@
 	// ¥À¥¦¥ó¥í¡¼¥É³«»Ï
 	Header("Content-disposition: attachment; filename=${dl_file}");
-	Header("Content-type: application/octet-stream; name=${dl_file}");
+	Header("Content-type: application/octet-stream; name=${filename}");
 	header("Content-Length: " .filesize($dl_file)); 
 	readfile ($dl_file);
