This website works better with JavaScript
Home
Explore
Help
Sign In
lixinru
/
YtIoT
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2d630f197d
Branches
Tags
20220620KFJ
analysis
han
master
mhxf
spring4.0
YtIoT
/
WebRoot
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
History
Raw
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>