This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wangtao
/
fireInternet
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
fireInternet
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
Permalink
Cronologia
Originale
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>