Read CSV file sent to Laravel route

前端 未结 0 2023
悲哀的现实
悲哀的现实 2021-02-06 10:23

I\'m sending a CSV file via curl to an endpoint handled in Laravel.

curl -X POST -H \'Content-Type: text/csv\' -d "prices=@${file}" \'http://www.thissit         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题