Not Multisite Ready

Viewing 6 posts - 1 through 6 (of 6 total)
#148482

Ron Barack
Participant

When files are uploaded, they are added to a single directory, regardless of which blog added them. Also regardless of date. This is of course extremely ugly and not compatible with the WordPress best practices (which would be to use the function wp_upload_dir() to determine the root of the upload directory). When there is a conflict, when a file is uploaded with the same name as a previously uploaded file, how the situation is handled depends on the blogs settings. If the blog setting is to replace the previous file, then the file is removed regardless of whether or not the file was from the same blog or another. That mean, one blog can remove files from another blog.

Not good.

Why is wp_upload_dir() not used?

#148501

Nayeem Riddhi
Moderator

Hi,

Download manager files generally uploaded in wp-contents > uploads > download-manager-files folder, please check

thanks

#148512

Ron Barack
Participant

That’s exactly the point: it loads everything into the same directory, regardless of the blog. On a multisite, that means that one blog can replace the file used by another blog. It seems to me you must put each blogs uploads into a separate directory.

#148513

Ron Barack
Participant
This reply has been marked as private.
#148535

Nayeem Riddhi
Moderator

Can you please share your related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

#148551

Ron Barack
Participant
This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Not Multisite Ready’ is closed to new replies.