This include all question concerning the process of uploading file, whether from the WP Admin Pages or from a front end editor.
3
votes
1answer
27 views
Upload specific images to specific folder
I am trying to find a way to upload few selective images to selective folders in WordPress but not able to find a way so far.
I do not want to change default work press setting to upload images as ...
1
vote
0answers
13 views
Limit image upload
I'm trying to limit the amount of files a user can upload through the wp gallery, and i've found the following filter from this link Limit image upload to one and disable audio, video and other ...
0
votes
1answer
20 views
Create a post from every image in my media gallery
I'm looking for a good way to create posts from every image in my media image gallery. I've uploaded about 200 pictures and want to create a post for each picture, where I set the picture as a ...
0
votes
0answers
14 views
Write uploads on second server
Please tell me is there a way to make wordpress to write uploaded files to uploads and also to second dir? I mean if upload picture for example wordpress write it in uploads dir and also to other dir ...
0
votes
0answers
17 views
Formidable file upload to profile (user needs ability to replace file from profile) editting of plugin
I've created this plugin using shared code, but need to amend it to cater for a document (CV) upload, which a user needs to be able to view and edit from the profile form.
How could I change this ...
0
votes
0answers
20 views
Adding wp_enqueue_media(); causes problem
I want to add the media uploader in the theme options page. If I add following code in the options page, the media uploader works fine there, but it creates problem in the standard posts featured ...
0
votes
0answers
26 views
Do I need FTP set up to upload files to wordpress server
Does FTP need to be set up on a server hosting my wordpress site. I am unable to upload files and there are still many things to check, but I need a straight answer to this before I waste too much ...
0
votes
1answer
30 views
Get image post ID in media upload
I am developing a plugin that adds a Custom Post Type to my theme. It's a retail directory and the post type is a retail listing.
Everything is working fine. I can upload content to the DB and then ...
0
votes
0answers
14 views
See the all uploaded images of a user as an admin
I can see the user uploded images in the media library. I click the name of a user to see all the images he/she uploaded but all is a blank page.
The url is like:
...
0
votes
1answer
18 views
“Add Media” button in custom plugin
I'm writing a custom plugin and i would like to add the "Add Media" button.
I just need to upload media, not to retrieve any content/data from the uploaded file.
How can I add this button?
Thanks
0
votes
2answers
47 views
Wordpress custom upload field error
I'm creating a custom upload field for a wordpress theme that uploads pdf files.The code is:
function custom_news_meta_box($post)
{
$file_name = get_post_meta($post->ID, 'file_name', true);
...
0
votes
0answers
51 views
http error when uploading media files
I am having this same annoying issue many other have: When I am trying to upload images into Wordpress via the media uploader, it gives me an http error. Now I have tried the following, but nothing ...
0
votes
1answer
24 views
Media handle sideload not working
I am using this media uploader wp snippet which downloads an image from my one site to other. It was working fine until yesterday but I checked this morning, it wasn't working.
...
0
votes
1answer
21 views
How to change archieve frequency of the media file in uploads folder for wordpress blog
So far I can see my media file is divided into month and year as 2008/09 like directory. But I am getting concerned because I am currently hosting a community listing site that may incurr more than ...
0
votes
1answer
76 views
How to save media files under custom folder without changing wp-config.php or changing media settings
I want to upload images in a unique folder. Then retrieve the path of this image saved on server like
http://example.com/wp-content/uploads/myimages/image1.jpg
Now I want to save this URL in a post ...