This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lixinru
/
YtIoT
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
spring4.0
Branchit
Tagit
20220620KFJ
analysis
han
master
mhxf
spring4.0
YtIoT
/
WebRoot
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>