media-library

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
phponwebsites's picture

Upload images from media library programmactically

Normally we can upload images programmatically.
I enabled latest version of media module to upload images in wysiwyg. It is working fine. There is no problem. But i want to upload images programmatically from media library. That means, while clicking browse field, it opened pop up box to select/upload images from media library.
Below is my code.

function test_form_upload_form_alter(&$form, $form_state) {
$form['settings']['apply_now_image'] = array(
'#type' => 'media',
'#title' => 'Image for apply now',
);
$form['#submit'][] = 'test_upload_form_submit';
}

Read more
Subscribe with RSS Syndicate content