How can open an image in a image viewer in php [closed]
How can open an image in a image viewer in php ?
Any code like openwith()
?
You can send the image to the browser, but that's pretty much it. If you'd prefer people to save it/open it in an external app, you can use the Content-disposition: attachment
header but what people actually do with it is up to them and their browser.
精彩评论