Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 311 Bytes

php-stream-upload

JQuery component for upload with php server side for stream upload

Features:

  • chunk upload on client side so big file is possible
  • Use stream with PUT method, on server side, which allow to receive big file without using big resource on the server
  • progress of upload