Relative Content

Tag Archive for laravelrestpostman

File is blank in laravel when uploaded in Postman

I have this problem. I have a laravel code where I tried to submit a post request with ‘attachments’. The problem is, when I try to add ‘attachments’ to the body and added the headers multipart/form-data, it doesn’t get anything. I get a blank response when returning the file.
(https://i.sstatic.net/opiI7iA4.png)(https://i.sstatic.net/lGqlxHx9.png)(https://i.sstatic.net/jtju5l6F.png)