This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
lixinru
/
YtIoT
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
spring4.0
ブランチ
タグ
20220620KFJ
analysis
han
master
mhxf
spring4.0
YtIoT
/
WebRoot
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
パーマリンク
履歴
Raw
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>