This include all question concerning the process of uploading file, whether from the WP Admin Pages or from a front end editor.
0
votes
0answers
11 views
How to remove details wordpress uploader
I modify wordpress uploader and when user select image in directory already then image insert in to post automatic This implement Can be done or not?
otherwise if can't do i want to delete details ...
0
votes
1answer
44 views
Upload image to wordpress
I'm a beginner writing website and use WordPress and I'm writing plugin that involves profile page (not avatar because this field that I implemented, user can upload image, anything, i.e. Picture of ...
0
votes
1answer
50 views
Use Media upload in custom widget on wordpress 3.5
I'm creating a small widget for wordpress 3.5 that allows you to upload images.
The widget is loaded correctly by wordpress. When I add the widget to a sidebar upload button does not work. If I ...
0
votes
2answers
64 views
How to upload image with simple form?
I writing plugin in my profile page and i want to create upload via 'Browse' button and 'Dir' field that will upload and return image url.And i don't want to use media-upload.
I used to read Set ...
1
vote
0answers
15 views
Multi Upload In Theme Options
I need to use the WordPress media upload on a theme options page. It needs to be able to have multiple fields on one page. I have seen a few things on the site using search but nothing recent and ...
0
votes
1answer
23 views
How to add filetype to meta value when using wp_upload_bits?
I've set up a custom post type and would like to have the ability to attach files to those posts. I've got the CPT and metabox set up, and the upload function as well.
When I display the CPT on the ...
0
votes
0answers
13 views
how to automatically cleanup failed Wordpress uploads in /tmp?
How do we automatically cleanup failed Wordpress uploads that are in /tmp ?
Say delete everything that is 3+ days old.
0
votes
0answers
19 views
Allow 200 MB uploads
Is it "safe" to alter the php.ini file for the sole purpose of allowing content editors to upload files with a size of 200 MB? I know this would affect all other sites on the same server.
-5
votes
0answers
17 views
image uploader malfunctions (admin/medialibrary-uploader.php ) [closed]
admin/medialibrary-uploader.php
-> This file malfunctions. What can I do to be able to upload again?
0
votes
0answers
13 views
custom upload directory only for plugin uploads
i'm trying to add an upload_dir filter only for plugin-uploads. does anybody know why the code below doesn't work, and what could work instead? thanks in advance!
$upload_dir = 'publications';
...
1
vote
1answer
29 views
Restrict authors to seeing ONLY their media files
I'd like to restrict authors ability to see files uploaded by other users because this causes no end of trouble, since they can change captions etc.
I tried this code from here How to hide media ...
0
votes
2answers
26 views
http upload error as a subscribed user
Im getting an http error when uploading a featured image as a Subscriber. If I upgrade the user to editor or admin all works well. My server is Ubuntu 12.10, NGINX, WP 3.5.1
I have checked php.ini ...
0
votes
0answers
12 views
Change upload URL, but only upload
Love using Cloudflare, but one of the limitations is that they restrict upload file sizes to 100MB and I need to have users be able to upload larger files. The workaround I've been using is to change ...
0
votes
0answers
23 views
Hide Media Library tab from Media Uploader Popup
I am calling the media uploader with the following JS..
jQuery(document).ready(function($){
var custom_uploader;
$('#upload_image_button').click(function(e) {
e.preventDefault();
//If ...
1
vote
0answers
43 views
Changing image URLs in media library
On a default wordpress install, the media library is located at:
/wp-admin/upload.php. I am trying to update the image URL to point to my CDN, not my local server.
This filter
...