berdidajohnlouise/file-upload

用于PHP文件上传的包

dev-main 2023-07-02 08:16 UTC

This package is auto-updated.

Last update: 2024-10-01 00:07:48 UTC


README

File Upload Test

使用PHP 7+进行简单文件上传,将文件保存到目录并返回文件路径。

安装

$ composer require berdidajohnlouise/file-upload

用法

$filepath = new FileUploader($file, 'your-storage-path');