Some minimal no-javascript safety for the uploader
authorDan Fuhry <dan@enanocms.org>
Sat, 21 Aug 2010 23:35:20 -0400
changeset 43 7df4993be0b0
parent 42 7c6e2e97aa08
child 44 17cfc3da0dcc
Some minimal no-javascript safety for the uploader
plugins/gallery/upload.php
--- a/plugins/gallery/upload.php	Sat Aug 21 23:32:06 2010 -0400
+++ b/plugins/gallery/upload.php	Sat Aug 21 23:35:20 2010 -0400
@@ -223,6 +223,7 @@
 			}
 			$idlist = implode(',', $idlist);
 			echo '<div class="idlist">[' . $idlist . ']</div>';
+			echo 'Images uploaded successfully. Please <a href="' . makeUrlNS('Special', 'GalleryUpload', "edit_img=$idlist") . '">click here to continue</a>.';
 			//snapr_editform($idlist);
 			return;
 		}