Relative Content

Tag Archive for phparraysfilecurlmerge

PHP Creating file array for curl

I need to create files array for sending to curl. It works with postman with multiple files. My app it works only if I send only 1 file. But I get 400(bad request) error when I send files as an array.
I use this web servis for merging files. Can you help me, what is wrong with my php?