api-file-uploader/api-file-uploader

v1 2022-08-24 18:26 UTC

This package is auto-updated.

Last update: 2024-04-19 17:50:02 UTC


README

#a api uploader file

first use composer with install dependency

then get the api with the command

composer require api-file-uploader/api-file-uploader

after receiving the api, Create new object class Uploader

$uploader = new Uploader();

then call the uploader method and give the arguments

$uploader->uploader($file_name, $file_type, $file_name_posted);