php - Downloading a file with a different name to the stored name ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
php - Downloading a file with a different name to the stored name ...
Sure, use a Content-disposition header header('Content-Disposition: attachment; filename="filetodownload.jpg"'); ... Sure you can, just try something like this: