[Vuejs]-Force download image file that's returned as http response using laravel, vue, axios and intervention image

0👍

You’ll want the Content-Disposition response header to be attachment rather than inline.

http://image.intervention.io/use/http

Leave a comment