Sha256: a8fd879dfacb025d0a39516af704dae5ed9814d0445dfb7cd27744839a171528
Contents?: true
Size: 347 Bytes
Versions: 58
Compression:
Stored size: 347 Bytes
Contents
<?php /* * jQuery File Upload Plugin PHP Example * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * https://opensource.org/licenses/MIT */ error_reporting(E_ALL | E_STRICT); require('UploadHandler.php'); $upload_handler = new UploadHandler();
Version data entries
58 entries across 58 versions & 4 rubygems