This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
wangtao
/
fireInternet
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
fireInternet
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
Permalink
Histórico
Raw
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>