This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
lixinru
/
YtIoT
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
2d630f197d
Ramos
Etiquetas
20220620KFJ
analysis
han
master
mhxf
spring4.0
YtIoT
/
WebRoot
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
Histórico
Em bruto
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>