Download the PHP package aweitian/upload without Composer
On this page you can find all versions of the php package aweitian/upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aweitian/upload
More information about aweitian/upload
Files in aweitian/upload
Download aweitian/upload
More information about aweitian/upload
Files in aweitian/upload
Vendor aweitian
Package upload
Short Description 上传组件
License MIT
Homepage https://github.com/aweitian/upload
Package upload
Short Description 上传组件
License MIT
Homepage https://github.com/aweitian/upload
Please rate this library. Is it a good library?
Informations about the package upload
curl -F img=@/c/0037.png -F xxx=@/c/frl.gif http://127.0.0.1:1259/tests/upload.php
curl -F xxx=@/c/q.png http://127.0.0.1:1259/tests/single.php
upload test result:
array(3) {
["code"]=>
int(200)
["message"]=>
string(2) "OK"
["data"]=>
array(2) {
["succ"]=>
array(2) {
["img"]=>
string(33) "/uploads/user/201912291047594.png"
["xxx"]=>
string(33) "/uploads/user/201912291047595.gif"
}
["fail"]=>
array(0) {
}
}
}
single test result:
bool(true) string(55) "E:\github\upload\tests/uploads\user\201912291052388.png" int(5738) string(33) "/uploads/user/201912291052388.png"
not allow test result:
bool(false) string(38) "regedit.exe文件类型不允许上传"
All versions of upload with dependencies
PHP Build Version
Package Version
The package aweitian/upload contains the following files
Loading the files please wait ...