work in progress js_uploader plugin, turn java uploader into plugin - not done yet

This commit is contained in:
Friendika 2011-01-26 00:34:39 -08:00
parent abbd498a8b
commit 2fc89deaea
68 changed files with 6768 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?php
header('Content-type: text/html');
$data = str_repeat("a", 5000);
echo htmlspecialchars(json_encode($data), ENT_NOQUOTES);