From 1c8dccf838eb15a9b69924f1f29a4786c6eadbb9 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 29 Oct 2010 11:39:34 +0000 Subject: added cancel button for uploads and updated css for errors --- actions/ajax_upload.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/ajax_upload.php') diff --git a/actions/ajax_upload.php b/actions/ajax_upload.php index 973e4220a..a9743cf54 100644 --- a/actions/ajax_upload.php +++ b/actions/ajax_upload.php @@ -14,6 +14,7 @@ if (!$album) { exit; } +// probably POST limit exceeded if (empty($_FILES)) { exit; } -- cgit v1.2.3