From: http://xlogon.net/bacuh Date: Wed, 7 Sep 2011 18:00:37 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=63f4ad9aba7ce687fd4ed87364429d68d8f087fa --- diff --git a/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn b/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn new file mode 100644 index 000000000..ca93541f1 --- /dev/null +++ b/doc/bugs/must_save_before_uploading_more_than_one_attachment.mdwn @@ -0,0 +1,9 @@ +When I create a new page and upload an attachment all is fine. + +If I try to upload a second attachment (or remove the previously uploaded attachment), no upload happens. Instead the page gets created. No matter what I typed in, I just get a map to show the attachment. Now I can edit this page and everything is fine again. + +Another workaround is to first save the text and then edit and upload the rest. + +Is this a problem on my site or does anyone else see this? + +(If it's my fault feel free to move this to [[forum]].)