Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 459 Bytes

DESCRIPTION

This code demonstrates a bare bones simple php resumeable upload server as well as a sample client in php to demonstrate the capabilities

HOW TO RUN

  • Make sure you have composer installed and run composer install
  • Run the server with php -S localhost:8081 index.php
  • Run client.php to run through the upload process
  • For help information for the client run ./client -h
  • Make any changes that you need to make along the way!