Skip to content

Instantly share code, notes, and snippets.

@rg443a
rg443a / Streamer.php
Created May 26, 2021 10:58 — forked from gpbmike/Streamer.php
php backend for streaming file upload with XMLHttpRequest
<?php
class File_Streamer
{
private $_fileName;
private $_contentLength;
private $_destination;
public function __construct()
{
if (!isset($_SERVER['HTTP_X_FILE_NAME'])