From 8b474ce9723b7d717c65415149de947fbedceeba Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Mar 2009 15:44:07 +0000 Subject: updated the upload pages --- views/default/tidypics/forms/upload.php | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'views') diff --git a/views/default/tidypics/forms/upload.php b/views/default/tidypics/forms/upload.php index 35768f64c..be87c8697 100644 --- a/views/default/tidypics/forms/upload.php +++ b/views/default/tidypics/forms/upload.php @@ -1,27 +1,19 @@ access_id; - if (get_plugin_setting('maxfilesize','tidypics')) { - if (((int) get_plugin_setting('maxfilesize','tidypics')) < 1 || ((int) get_plugin_setting('maxfilesize','tidypics')) > 1048576) { - $maxfilesize = 10240; //if file size is less than 1KB or greater than 1GB, default to 10MB - } else { - $maxfilesize = (int) get_plugin_setting('maxfilesize','tidypics'); - } + $container_guid = get_input('container_guid'); + $access_id = get_entity($vars['album'])->access_id; + if (get_plugin_setting('maxfilesize','tidypics')) { + if (((int) get_plugin_setting('maxfilesize','tidypics')) < 1 || ((int) get_plugin_setting('maxfilesize','tidypics')) > 1048576) { + $maxfilesize = 10240; //if file size is less than 1KB or greater than 1GB, default to 10MB } else { - $maxfilesize = 10240; //if the file size limit is not set, default to 10MB + $maxfilesize = (int) get_plugin_setting('maxfilesize','tidypics'); } + } else { + $maxfilesize = 10240; //if the file size limit is not set, default to 10MB + } ?> +


@@ -76,4 +69,5 @@ function showhide(layer_ref) { " onclick="showhide('tidypics_loader');" />

-
\ No newline at end of file + +
\ No newline at end of file -- cgit v1.2.3