summaryrefslogtreecommitdiff
path: root/doc/todo/fileupload/soc-proposal
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:24:44 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:24:44 +0000
commit68db18b87378cf9dd25f808f0bd4bace9caafe7a (patch)
treea92af6ccb92310a8fe4a194b6d6c30eb23df0dc2 /doc/todo/fileupload/soc-proposal
parent36e3ddb7868d5edcc89088cb4a6d58031ae21089 (diff)
web commit by http://joey.kitenet.net/
Diffstat (limited to 'doc/todo/fileupload/soc-proposal')
-rw-r--r--doc/todo/fileupload/soc-proposal/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/fileupload/soc-proposal/discussion.mdwn b/doc/todo/fileupload/soc-proposal/discussion.mdwn
new file mode 100644
index 000000000..05d2dddde
--- /dev/null
+++ b/doc/todo/fileupload/soc-proposal/discussion.mdwn
@@ -0,0 +1,7 @@
+There's nothing in [[fileupload]] that suggests putting the file upload limit in the body of a page. That would indeed be a strange choice. Ikiwiki already uses [[PageSpecs]] in the Preferences page (for specifying locked pages, banned users, and subscriptions), and I had envisioned putting the file upload controls there, and possibly subsuming some of those other controls into them.
+
+It's not clear to me that the concept of attaching files to a page fits ikiwiki very well; unlike most wikis, ikiwiki supports subdirectories and [[SubPages]], which allows for hierarchical placement of uploaded files, which is a much more flexible concept than simple attachment. Futhermore, the idea of listing all attached files at the bottom of a page seems somewhat inflexible. What if I want to make a podcast, using inline's existing support for that -- I won't want a list of every "attached" file at the bottom of my podcast's page then.
+
+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