@ -99,7 +99,8 @@ Duke Rd & Walden Ave,Buffalo,NY,14225,Apple Store Walden Galleria,(716) 685-2762
$(function()
$(function()
{
{
var rowCount = 0;
var rowCount = 0;
var big = 10240; // 10 MB
var bigParse = 5243000; // 10 MB
var bigRender = 1024 * 10; // 10 KB
$('#parseText').click(function()
$('#parseText').click(function()
{
{
@ -138,7 +139,7 @@ $(function()
before: function(file, inputElem)
before: function(file, inputElem)
{
{
console.log("BEFORE", file, inputElem);
console.log("BEFORE", file, inputElem);
if (file.size && file.size > big && !is('stream'))
if (file.size && file.size > bigParse&& !is('stream'))
{
{
if (!confirm("WARNING - " + file.name + " is a large file, but you chose not to stream the results. This could make your browser tab lock up. Continue?"))
if (!confirm("WARNING - " + file.name + " is a large file, but you chose not to stream the results. This could make your browser tab lock up. Continue?"))