How to send image from Laravel controller to API Rest [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 13 days ago . Improve this question I need to take an image from storage in Laravel and send it from a Controller to an external API REST. I am using guzzlehttp multipart but the API didn't receive the file, returns file = null 回答1: This is how I did it a few days ago (taking file from Request): For single file: