|
|
|
สอบถามเรื่อง miltiple file download หน่อยครับ พอดีค่าไม่ออก รบกวนด้วยครับ |
|
|
|
|
|
|
|
ลองดู Library ตัวนี้ครับ ง่ายดี
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP Zip</title>
</head>
<body>
<?php
$ZipName = "MyFiles/MyZip.zip";
require_once("dZip.inc.php"); // include Class
$zip = new dZip($ZipName); // New Class
$zip->addFile("thaicreate1.txt", "thaicreate1.txt"); // Source,Destination
$zip->addFile("thaicreate2.txt", "thaicreate2.txt");
$zip->addDir("MySub"); // Add Folder
$zip->addFile("thaicreate3.txt", "MySub/thaicreate3.txt"); // Add file to Sub
$zip->addFile("thaicreate4.txt", "MySub/thaicreate4.txt");
$zip->save();
echo "Zip Successful Click <a href=$ZipName>here</a> to Download";
?>
</body>
</html>
PHP Zip files
|
|
|
|
|
Date :
2015-09-08 06:33:12 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
2015-09-08 15:31:34 |
By :
pusirinon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|