I'm having difficulty with the uploading of files to dynamically created directories, i.e. those that are created by PHP and are assigned an Apache user ID. The problem is that uploaded files cannot be copied to these directories when safe mode is set to on because the user IDs for directory and file are different and so it is disallowed.
The dynamic directory creation is pretty crucial and I need to keep it in place and yet allow uploading to them once more. Does anyone know a way around this without having to turn safe mode off?
The dynamic directory creation is pretty crucial and I need to keep it in place and yet allow uploading to them once more. Does anyone know a way around this without having to turn safe mode off?