work in progress js_uploader plugin, turn java uploader into plugin - not done yet
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
header('Content-type: text/html');
|
||||
|
||||
$data = str_repeat("a", 5000);
|
||||
|
||||
echo htmlspecialchars(json_encode($data), ENT_NOQUOTES);
|
||||
Reference in New Issue
Block a user