How to send multiple files in postman ReSTful web service?

前端 未结 5 1986
感动是毒
感动是毒 2021-01-01 09:00

I am using ReSTful webservice. I am uploading multiple photos with one function (PHP).

I have used $num_files = count($_FILES[\'myfile\'][\'name\']) to

5条回答
  •  醉话见心
    2021-01-01 09:14

    Yeah,last version of postman made a bad update.

    But, you can download the chrome extensions of postman and send multiple files with it, it still works there.

    Edit: I just checked now, they brought it back, but you have to reenter the key value for files if you made them with the chromium version.

    But now it works fine.

提交回复
热议问题