Skip to content

Instantly share code, notes, and snippets.

View rvpeterson's full-sized avatar

Russ Peterson rvpeterson

View GitHub Profile
@rvpeterson
rvpeterson / Streamer.php
Created March 12, 2016 21:12 — 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'])