From: Adam S. <ad...@pe...> - 2001-10-08 18:06:00
|
So this is one of the things I'd like to see in PhpWiki so I figure I'll try and write it. What I wanted was some feedback on how it should be implemented. I would like it if files were associated with a wiki page and could then be referenced by the Interwiki mechanism. The biggest question is where should it store the files? I'm not sure it makes sense to store potentially large files in the database so I was thinking of uploading files to the filesystem, something like this: /var/www/wiki/files/PageName /var/www/wiki/files/OtherPageName and then files could be accessed via Interwiki with something like this: Files:PageName/picture.jpg Files:OtherPageName/presentation.ppt Does this make sense? Adam. |