This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
wangtao
/
fireInternet
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
master
Dallar
Biçim İmleri
master
fireInternet
/
res
/
extjs
/
examples
/
form
/
file-upload.php
file-upload.php
102 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>