Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / form / file-upload.php
1 <?php
2     sleep(1);
3     echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
4 ?>