aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/fileupload
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:47:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:47:54 +0000
commitf1c0846d2e35b17cff53ce9e0170b459cb265e85 (patch)
tree2cbf48d738a6d69f186f4efef5ebad24f1a0b156 /doc/todo/fileupload
parente1b670b681c51c9cdb61253b90c9324d9d09d6ea (diff)
downloadikiwiki-f1c0846d2e35b17cff53ce9e0170b459cb265e85.tar
ikiwiki-f1c0846d2e35b17cff53ce9e0170b459cb265e85.tar.gz
web commit by http://joey.kitenet.net/
Diffstat (limited to 'doc/todo/fileupload')
-rw-r--r--doc/todo/fileupload/soc-proposal/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/fileupload/soc-proposal/discussion.mdwn b/doc/todo/fileupload/soc-proposal/discussion.mdwn
index 39c048bf4..b2c06f378 100644
--- a/doc/todo/fileupload/soc-proposal/discussion.mdwn
+++ b/doc/todo/fileupload/soc-proposal/discussion.mdwn
@@ -10,6 +10,10 @@ It's not clear to me that the concept of attaching files to a page fits ikiwiki
>>> So _some-dir/some-page_ would feature an upload form that stored its payload in _some-dir/some-page/file_? IOW, we'd still be attaching files, but making the relationship between attacher and attached more explicit? --Ben
+>>>> More explicit or less, I don't know.. :-) It seems to make sense for most of the use cases I've thought of to put the uploaded file there, but there might be use cases where it would go somewhere else, and so maybe the UI should allow specifying where it goes (similarly to how ikwiki allows specifying where to put a page when creating a new page).
+
+>>>> Exactly where the upload form should be I don't know. Putting it directly on the page seems somewhat strange, I know that some wikis have an actions menu that includes file upload and deletion, I think others make the Edit form include support for uploading files. Maybe survey other wikis and base it on a UI that works well.
+
> As for the attachment list, I envisaged that being optional. --Ben
>> So some kind of preprocessor directive that is added to a page to generate the attachment list?