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