Skip to content

Mobnia/php-resumeable-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages