金腾/f-storage

v0.0.1 2020-05-28 09:02 UTC

This package is not auto-updated.

Last update: 2024-09-28 04:23:42 UTC


README

use jinteng\filestorage\FStorage;


FStorage::$url = 'http://192.168.1.20/';
FStorage::$appName = 'testapp';
FStorage::$appKey = '1234567890';
FStorage::$appKeyId = 1;


$file = FStorage::uploadFile($_FILES['file']);
var_dump($file);