在外網的/distributor/import_doc_download.php
header('Content-type: application/octet-stream');
header('Content-Disposition: attachment; filename="' . $docno);
ob_clean();
flush();
readfile('http://10.1.100.101/cgi-bin/fglccgi/topprod/topcust/help/0/aim/download_doc/' . $docno);
沒有留言:
張貼留言