how to upload file from content-disposition in laravel/php
I'm trying to upload file that I received from json that include content-disposition in header. My problem is the file is not detected and not uploaded to the server.
@vincent15000 The code that send the json file is from another programmer (outsource from other company), so I don't have it. He send the response data through api from android to laravel.