Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Павел Резуненко / MTAweb

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 1
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • mtaweb
  • ext
  • examples
  • form
  • file-upload.php
  • Павел Резуненко's avatar
    Added Sencha framework · aa93a603
    Павел Резуненко committed Oct 29, 2012
    aa93a603
file-upload.php 102 Bytes
BlameHistoryPermalink
1 2 3 4
<?php
    sleep(1);
    echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}';
?>