laravel中临时文件

在php中上传文件时,我们需要用到$_FILES,获取临时文件

`$_FILES["file"]["tmp_name"]`

在laravel框架中需要使用

`use Illuminate\Http\Request;`

`$request->file('file')->getPathName()`

    A+
发布日期:2020年10月20日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: