This include all question concerning the process of uploading file, whether from the WP Admin Pages or from a front end editor.
0
votes
2answers
119 views
Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?
Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site.
Background:
I ...
0
votes
1answer
11 views
Upload files in wordpress
What is the best way to upload files in wordpress? How can I upload multiple files at a time like media uploads in wordpress?
0
votes
0answers
7 views
Images not loading
I am using wordpress on magento and i migrated the server. Now i have setup everything the blog url and site url is fine. When i upload images using media uploader the images being uploaded doesn't ...
1
vote
3answers
405 views
Getting Details Of Uploaded Image
I'm using Wordpress' upload system (as explained here) on my plugin's admin page.
I can upload an image and get this image's URL. But i need attachment ID, image caption etc. How can i reach them?
I ...
0
votes
1answer
13 views
How to use getimagesize() of image upload?
I need to check the resolution of an image I want to upload via media box, and then upload it into a custom directory.
As a starting point I used part of the code from How Can I Organize the Uploads ...
0
votes
1answer
266 views
Appending image after cursor position
I have added some javascript to link to the media upload feature so that I could add images to my custom meta boxes. I can get the html into the metabox but want to be able to detect the poistion of ...
1
vote
2answers
268 views
Using Images in Wordpress - Best Practices
I'm not a novice to Wordpress Theme Design & Development. I've actually been doing it for a few years now and in recent years, it has become more than a hobby and is slowing shaping into a career ...
1
vote
1answer
123 views
Bug when uploading pictures with international characters?
Why when I upload a picture with its name with international characters, like: ábc.jpg to WordPress, the File name appears as: bc.jpg?
Instead, its Title and URL are correct. Please, see this screen ...
0
votes
0answers
23 views
Is there a way to force Featured image to show as attachement?
When adding an image as a featured image to a post - if the image is an existing image in the Media Library, then the image is not added as a true attachment but as a thumbnail, shown like this in ...
0
votes
0answers
13 views
Bring up the media uploader on click
In my theme's options page. I want to have a textfield where a user can enter a http path to an image.
and
have a button beside it which brings up the media uploader (library) where a user can ...
2
votes
2answers
270 views
Using wp-uploads instead of wp-content/uploads
What is the difference between the wp-uploads directory and the wp-content/uploads directory? I am running Ubuntu Server 12.04 and recently installed WordPress using apt-get, but there have been a ...
0
votes
0answers
17 views
How do I add populate media files from my plugin
So I am creating a plugin that will be able to upload a special kind of video. I added a two new tab under Media Page called "Add New Custom Video", "Custom Video Library" - I was able to call the ...
0
votes
0answers
46 views
Change upload directory and url
I am developing a plugin and I changed the upload directory of the v.3.5 media uploader to this: \wp-content\plugins\deixto\cle.
I used the following function and filter:
function ...
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 ...
0
votes
0answers
13 views
Can You Tell Me How Did He Created This Upload Option? [closed]
look at this site
http://www.lolhappens.com/meme/?meme=College%20Freshman
[You Need To Login Using Facebook To View Full Page]
On Left Side It has Users Uploading Form Data.
Please Tell Me How Did ...
0
votes
1answer
22 views
Unable to Upload Images on Local Windows Install
I am having the Famous has failed to upload due to an error
Unable to create directory error that soo many people run into.
Any search on Google of StackExchange will result is the common, change ...
2
votes
2answers
723 views
How can you upload an image from within a settings page?
Is there an easy way to include an upload box to your settings page?
I am building an Open Graph options page and I like users to upload a standard image directly from that page.
0
votes
1answer
23 views
Batch upload to create posts each with one image, headline, and body text
I've been handed 300 images, 300 headlines, and 300 paragraphs by a client. Is there a way for me to place all of this in a CSV file (or other format) and upload the whole shebang into a fresh ...
1
vote
1answer
80 views
Way to force media uploader use custom image size
I've implemented media uploader to my custom category image plugin and was wondering can I somehow force it use my custom image size I've set only for categories.
... So in screen shot above, I'd ...
-4
votes
0answers
22 views
How Can I Create Upload Option On My Wordpress [closed]
Can You Please Tell Me how Can i Create Upload Option Which Make users To Upload Photos To My Wordpress...
Plz Look At This Sites [both sites Are Wordpress]
theamazingandroid.info/meme [Its My Demo ...
0
votes
1answer
40 views
wp_editor on front end media upload jquery live error
I have set up a front end editor for a project I am working on. The editor is inside a div with display set to none. The user will click a button to get the editor div to show up.
The issue I am ...
0
votes
0answers
27 views
Resize and crop image during upload
How to add more function to resize and crop image during upload?
I want to creat a avatar upload form on author profile.
And size of avatar: 150x150
If file size have width > height => resize by ...
-6
votes
0answers
39 views
How do I add features to the Meme Plugin? [closed]
I have installed the Meme Plugin on my WordPress web site.
At the end of the meme creation process there is a Create & Share option allowing users to share access to their Facebook accounts.
How ...
-2
votes
0answers
10 views
Select Files Default Location [closed]
Is it possible to have the 'Open' dialog (when selecting files to import to the media library) point to a default location on my pc?
-1
votes
0answers
7 views
Upload Images from front-end and that image will be used as local avatar in wordpress,suggest any plugin [closed]
How to upload image from front-end,
the uploaded image used as avatar,
suggest any plugin,plz
0
votes
0answers
23 views
How to upload images using <form> as a post thumbnail?
In my custom image upload form, codes are (generally):
if(isset ($_POST['submit'])=='Submit')
{
$product_image_1=$_POST['product_image_1'];
$product_image_2=$_POST['product_image_2'];
$newPost = ...
1
vote
1answer
102 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
165 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 ...
0
votes
0answers
12 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
69 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
2answers
121 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
votes
3answers
122 views
Error when uploading file [closed]
Am getting an error when I try to upload a 2.5mb file via the WP admin page.Error message is "The upload file exceeds the upload_max_filesize directive in php.ini"
When I use FTP it works since there ...
3
votes
1answer
249 views
How to insert images into posts without using Add Media dialog
I want to simplify the process of inserting images when editing posts. In wordpress default, you have to click "Add Media" to show a popup dialog, upload images, choose from gallery.. it is too ...
1
vote
0answers
18 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
31 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 ...
5
votes
1answer
701 views
Contact Form 7 - process form using a PHP script, instead of mailing
I want to use a form from the Contact Form 7 plugin to allow the users to upload a document to my website. The problem is that I'd like to manage those uploads from WordPress instead of receiving them ...
0
votes
0answers
36 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 ...
0
votes
0answers
16 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
24 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
19 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
17 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';
...
8
votes
2answers
202 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
1answer
174 views
How do i allow users to upload gravatar in front end update profile
This is the code i am using for front end profile editing
How do i add avatar image upload option?
<?php
/*
Template Name: Update Profile
*/
$wpdb->hide_errors(); nocache_headers();
global ...
1
vote
1answer
35 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
1answer
168 views
Upload an image at frontend > Create direction and/or rename filename possible?
I have a form for a non-profit-club, that publish posts + up to 20 images. The image-path will be writen in a custom-field. Images are uploaded. Ok, now i want to rename the pictures or (much better) ...
10
votes
4answers
3k views
Using Wordpress 3.5 Media Uploader in meta box?
Is this possible to do?
I love how the new uploader works. I'm guessing it has to do with a jQuery call like the other way did.
EDIT
This is the code I am currently using
...
2
votes
1answer
260 views
Change default from “Attachment post URL” to “File URL” in Add Media
When a user upload images, by default, the Attachment Post URL option is selected. How can I change the default to be "File URL"? If that is not possible, how can I remove the attachment post url ...
0
votes
2answers
40 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 ...
6
votes
2answers
154 views
Use a separate custom table (not posts) to handle file upload data
The Problem:
Website that has over 100 photos per post. Could possibly swell posts-table beyond 100K entries within a few years.
The Dilemma:
Would much rather stick to default WP UI for handling ...
0
votes
2answers
242 views
Image Upload “exceeds the maximum upload size for this site”, but php.ini is correct
I'm getting an "file.png exceeds the maximum upload size for this site" error. It's saying the upload limit is 1MB when trying to upload an image that is 2.5M on WP 3.5. It is setup in multi-blog mode ...



