Attachments are downloaded with the name of the site, which means that the name of the website is added to the file at the time of download.
When you register to download the script home forum download-the name is the attachment name
1 include/attachment.func.php: Copy content to clipboard
Code:
while ($attach = $db->fetch_array ($query)) {2 attachment.php: Copy content to clipboard
Code:
if ($attach = $db->fetch_array ($query)) {Add and copy content to clipboard code in two places: copy content to clipboard
Code:
$attach [' filename '] = ' Building interconnection forum Download-'. $attach [' filename ']; Of course, download the script home to your own station name
Description: It is the help of Xi Ming!
http://www.bkjia.com/PHPjc/318662.html www.bkjia.com true http://www.bkjia.com/PHPjc/318662.html techarticle attachments Download the attachment name in front of the site name, that is, when the download to this time, the file name added to the site name you register to download the script home forum download-After the name is the attachment name 1i ...