git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git]
/
examples
/
form
/
file-upload.php
diff --git
a/examples/form/file-upload.php
b/examples/form/file-upload.php
index
7f3ca11
..
605a6c3
100644
(file)
--- a/
examples/form/file-upload.php
+++ b/
examples/form/file-upload.php
@@
-1,4
+1,3
@@
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
<?php
sleep(1);
echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
-?>
\ No newline at end of file