ค้นหา และศึกษาบทความด้านคอมพิวเตอร์ การเขียนเว็บไซต์ ทำเว็บไซต์ ทำโปรแกรม ทำโปรแกรมบนมือถือ ออกแบบเว็บไซต์ การเขียนโปรแกรม การออกแบบเว็บไซต์ ฐานข้อมูล รวมไปถึงข่าวแวดวง IT, Computer และบทความต่าง ๆ ที่ถูกคัดสรรมาอย่างดี ด้วยเนื้อหาที่สดใหม่ กระชับ และอ่านเข้าใจง่าย ซึ่งจะทำให้คุณสามารถที่จะแก้ไขปัญหาต่าง ๆ จากบทความ และองค์ความรู้ที่ทางเราเลือกมาให้ โดยบทความทุกบทความถูกเขียนขึ้นใหม่ ในเรื่องต่าง ๆ เพื่อนำเสนอมุมมองใหม่ ๆ ให้กับผู้อ่านทุกคน
ประเภทบทความ
|
|
บทความด้านคอมพิวเตอร์
วิธีแก้ไขปัญหา Download File Office 2007 ไม่ได้บนภาษา PHP
บทความวันที่ 12 มีนาคม 2556
บทความนี้ขอแนะนำวิธีการแก้ไขปัญหาการเขียนโปรแกรม Upload File และ Download File เอกสาร Office 2007 ซึ่งหลาย ๆ คนอาจจะเจอปัญหาเมื่อทำการเขียนโปรแกรมให้ Download File Office 2007 แล้ว ปรากฏว่าไฟล์ที่ Download ไปนั้นไม่ใช่ไฟล์ Office ดังที่ควรจะเป็น
วิธีการแก้ไข
1. สร้างไฟล์ .htaccess
2. คัดลอก Source Code ด้านล่างแล้วนำไปวางในไฟล์ แล้วบันทึกข้อมูล
ตัวอย่างโปรแกรม
AddType application/vnd.ms-word.document.macroEnabled.12 .docm
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm
AddType application/vnd.openxmlformats-officedocument.presentationml.template potx
AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
AddType application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
AddType application/vnd.ms-excel.addin.macroEnabled.12 xlam
AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
AddType application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
AddType application/vnd.ms-excel.template.macroEnabled.12 xltm
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
คำค้นหา วิธีแก้ไขปัญหา Download File Office 2007 ไม่ได้บนภาษา PHP, รับเขียนเว็บไซต์, รับสอนเขียนโปรแกรม
|