Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道在使用 Postman Chrome 扩展程序在 Laravel 4 应用程序中测试文件上传时要配置哪些设置吗?
$file = Input::file('media'); var_dump($file);
返回空值。
结果检查您的 PHP.ini 设置并重新启动 apache 和 PHP。我正在测试我的配置中超过 POST 和上传大小限制的视频文件,因此结果。