git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
commit extjs-2.2.1
[extjs.git]
/
examples
/
form
/
file-upload.php
1
<?php
2
sleep(1);
3
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
4
?>