From 76b1500209e5c5becef180eae2abed78d18d09db Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 23 Dec 2008 07:30:14 +0000 Subject: Clean up the way that we upload via dialogs: 1) If the create request is Ajax, then return a 201 Created response code 2) If we receive back a 201 response, then switch to the new page. 3) Display a status message when we do an upload. --- core/helpers/photo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index d8fc2595..e5ed2b22 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -95,8 +95,7 @@ class photo_Core { } static function get_add_form($parent) { - $form = new Forge("albums/{$parent->id}", "", "post", - array("id" => "gAddPhotoForm", "enctype" => "multipart/form-data")); + $form = new Forge("albums/{$parent->id}", "", "post", array("id" => "gAddPhotoForm")); $group = $form->group("add_photo")->label(sprintf(_("Add Photo to %s"), $parent->title)); $group->input("name")->label(_("Name")); $group->input("title")->label(_("Title")); -- cgit v1.2.3