From: Matthew M. <ma...@tu...> - 2003-02-19 00:02:43
|
> Me again bringing up this issue again. > > I have a mod that a user will upload files (text/html). Those files > will then be read in by php and displayed. That's not important. What > IS important is where would phpws like me to store files? Should we > have a "files" directory in the http_home_dir on the same level as > images? Then each mod that needs to would create a directory of its > own name in that directory and then store it's own files down below, > the same as images works now? Good question. Or should they be under a directory in docs (which gets set to server writable) named after the module? I'll +1 to the directory under docs idea but either way is good with me. Matt |