Tagged Questions
0
votes
0answers
18 views
Change default upload location on mulitsite
Ive set up a wordpress multisite, but would like to change the default location it uploads media to a remote server, but keeping the same folder structure, as in each blog has a folder.
Is this ...
6
votes
1answer
128 views
Listing of all uploaded files in network sites
Can I list all files uploaded by users in Network sites? In Multisite each user can manage their files with their own blog but the Super admin can't monitor all the uploaded files...how can i do that? ...
0
votes
1answer
32 views
Multi site and media uploader
There seems to be a strange issue with my multisite on my live blog. Maybe its because I have one site set to "deleted" - so I can edit it, but the public can't see it?
My current upload is set up as ...
0
votes
1answer
43 views
Where does multisite store image uploads?
Where are images stored in multisite. I looked in uploads but there's nothing there.
0
votes
1answer
60 views
MP4 upload ok, but HTTP500 if I update the file (multisite)
I am trying to make available a mp4 video of ~500Mb but my connection is too slow to do this at home.
To achieve this, I uploaded the video via ssh from school then i used the wordpress media manager ...
0
votes
2answers
163 views
Uploading files bigger than 58meg I get HTTP error. or IO error. when using media uploader in WP v3.51 Multisite, hosting is Linux at GoDaddy
For uploading files bigger than 58meg I get HTTP error. or IO error when using media uploader or 500 Internal Server Error when using browser uploader in WordPress v3.5.1 Multisite
.
It seems to get ...
8
votes
2answers
197 views
Specific upload folder for PDFs in custom Post type in WP multisite
I need to filter uploads to a specific folder for a custom-post type called "document" only for PDFs.
So far, I have:
function custom_upload_directory( $args ) {
$base_directory = ...
1
vote
2answers
304 views
Turn off ms-files.php after network setup
I have a multisite that was setup on WordPress 3.4. That means that uploads for sub-sites are stored in wp-content/blogs.dir/{blog_id}/files and are served through ms-files.php.
In WordPress 3.5, ...
5
votes
3answers
308 views
Using same directory for storing all uploaded images on a Wordpress network
I currently use a Wordpress network in order to run a number of sites, which all use the same template, plugins and images. As posts appear on a multiple sites, it makes sense to only upload images to ...
0
votes
1answer
441 views
HTTP Error when uploading images over specific dimensions
Hello I have a reseller account with one wp 3.5 multisite on a shared hosting.
Suddenly I can't upload photos after some random dimensions(It uploads the small sized ones just fine, but it has ...
7
votes
2answers
175 views
Which asset URLs are acceptable in a “vanilla” MU install?
Wordpress appears to let content be addressed by many URIs in an MU install. For example:
example.com/wp-content/blogs.dir/5/files/picture.jpg
example.com/bob/files/picture.jpg
...
1
vote
1answer
120 views
WP doesn't remove uploads from folder when removed from “Media Library”?
I'm wondering why WordPress doesn't remove uploads from folder when removed from "Media Library"? I set limit to 5mb on WPMU but even if user removes everything from "Media Library" he can't upload ...
0
votes
1answer
130 views
Upload images from one site to another in Multisite
My multisite setup has one sort-of-admin site, where users can insert/edit posts and specify on which site they want 'em published. This is a contract requirement and cannot be changed.
EDIT: Check ...
0
votes
1answer
221 views
Problem uploading images
Multisite
3.4.1 wordpress
I redirected wp-admin with htaccess rules,
and renamed wp-content and plugins with via wp-config http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content
now I can ...
1
vote
2answers
2k views
'Cheatin’ uh?' Error When Attempting to Upload Images After 3.4 Update
Since updating my WP Multisite to 3.4, my subdomain admins get the 'Cheatin’ uh?' error whenever trying to insert images into posts / custom posts. It seems to be a theme issue.
2
votes
2answers
701 views
Organize uploaded media files
I have a blog with all media stored in a folder called upload (organize media was disabled), I've activate it to organize new uploads by date. But how can i organize old files?
I want this because i ...
1
vote
1answer
397 views
How to protect post attachments related to a custom post type, from non-logged in users, on 1 subsite of a multisite installation?
I'm developing a simple "member's only" section within a website, with the sole intention of allowing the client to post files for their members. I've come to realize quickly that the posts' ...
1
vote
2answers
256 views
Protect Uploads in Multisite
I am using WordPress multisite (3.3.1) and am trying to protect uploads from certain blogs from being hotlinked and directly accessed. This is loosely related to How to Protect Uploads, if User is not ...
4
votes
2answers
560 views
Sharding BLOGUPLOADDIR
I am trying to sharding BLOGUPLOADDIR but couldnt success atm. This is default one:
define( 'BLOGUPLOADDIR', WP_CONTENT_DIR . "/blogs.dir/{$wpdb->blogid}/files/" );
I am trying to set it:
...
0
votes
1answer
939 views
Multisite stuck at 1MB for max file size
I have a Wordpress Multisite install on our FreeBSD development server. It seems to be stuck at 1MB.
I have the following settings in php.ini
upload_max_filesize = 100M
post_max_size = 100M
...
2
votes
2answers
354 views
How can I have network sites not use year/month folders by default?
When creating a new network site, by default the site option Uploads Use Yearmonth Folders is on (set to 1). I have to set it to 0 each time I create a new site. This isn't horrid, but is it possible ...
1
vote
1answer
3k views
How to make WordPress use new Upload Path settings in Multisite Setup
I have a site that is setup for WordPress multisite. The main site works, but the subdomains are not functioning as I would like them to.
Here are the settings for the main site:
Upload Path: ...
2
votes
1answer
2k views
How to upload images manually to wordpress?
I would like to know if it is possible to manually upload images to WordPress (ftp/scp) and make it recognize them and add them to the media browser. This also has to work with Wordpress running in ...
3
votes
2answers
2k views
Can upload doc and pdf but not ppt - not permitted for security reasons
"Insert search engine here" was pretty useless for this one - I've had a look through wp-includes/functions.php, wp-admin/includes/file.php etc. but not found a reason for the behaviour I'm getting.
...
1
vote
1answer
708 views
Uploaded images not displaying in network site
I have a network of sites and have recently added another site. When I upload an image it uploads to the correct directory but is showing a broken image link when viewed within the library or on the ...
