Skip to content

Instantly share code, notes, and snippets.

View insky's full-sized avatar

Roman Zhbadynskyi insky

  • Kyiv, Ukraine
  • 11:39 (UTC +03:00)
View GitHub Profile
@gpbmike
gpbmike / Streamer.php
Created July 6, 2011 21:08
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'])