Tagged Questions
0
votes
0answers
44 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 ...
1
vote
0answers
49 views
Upload video in custom folder
I am trying to find a system to upload some kind of media in a custom folder.
I want to keep all uploads in default wordpress folder and create a custom folder just for videos.
So i would have the ...
0
votes
1answer
166 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) ...
0
votes
1answer
218 views
Organizing uploaded media with wp_insert_post() and wp_handle_upload according to time parameter
I'm retroactively creating a post with wp_insert_post() and attaching a featuring image to it. I need the image to go into the folder that corresponds to the post's publishing date.
I'm using time ...