file_get_contents() inside POST method Laravel

前端 未结 0 902
暗喜
暗喜 2021-01-05 16:04

in my case, i want download the doc file. via GET method it\'s okay, but doesn\'t work in POST method

$document = file_get_contents(\'rtf/G1.rtf\');  //Retrie         


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