]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/fileupload/soc-proposal/discussion.mdwn
web commit by http://joey.kitenet.net/
[ikiwiki.git] / doc / todo / fileupload / soc-proposal / discussion.mdwn
index a24f70c51cdc1552e55c6ec53f9b7d70e1825566..b2c06f378ec4f3a3363bd2fe15d9fbea24ed94a8 100644 (file)
@@ -8,10 +8,18 @@ It's not clear to me that the concept of attaching files to a page fits ikiwiki
 
 >> I'd suggest `some-dir/some-page/file`, which nicely makes clear that the file is "attached" to some-page, allows easy wikilinks to "file" from some-page, and has other nice properties.
 
+>>> 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?
 
+>>> Absolutely. 
+
 I don't understand why the file size would need to be stored in the index file; this information is available by statting the file, surely? Similarly, the mime type can be determined through inspection, unless there turns out to be a reason to need to cache it for speed.
 
 --[[Joey]]
\ No newline at end of file