You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i want to download my barcode its downloading as barcode.PHP. so this file extension may not effect us but there are other people who don't know how to change file extension. so add this line inside function output_image
for example:
case "png":
header('Content-Disposition: attachment; filename="anything.png"');
The text was updated successfully, but these errors were encountered:
When i want to download my barcode its downloading as barcode.PHP. so this file extension may not effect us but there are other people who don't know how to change file extension. so add this line inside function output_image
for example:
case "png":
header('Content-Disposition: attachment; filename="anything.png"');
The text was updated successfully, but these errors were encountered: