Aliyun-oss-storage icon indicating copy to clipboard operation
Aliyun-oss-storage copied to clipboard

laravel5.8 上传文件 Storage::putFile

Open jonexyz opened this issue 4 years ago • 1 comments

use Illuminate\Support\Facades\Storage; use Illuminate\Http\File;

Storage::putFile( $path ,new File($file)); //返回值为文件路径 $path 为文件目录, $file 为本地文件路径

jonexyz avatar Jun 22 '20 03:06 jonexyz

我使用putFile()方法,文件可以上传到oss,但是接口一直没有返回值,直到504 Gateway Time-out

xxy123456 avatar Jan 11 '21 08:01 xxy123456