Multiple image Upload
-
How to upload multiple image in Meta Box.I am using file type but that is not working.
array( 'name' => 'Image', 'desc' => 'Upload an image', 'id' =>'service_img', 'type' => 'file', 'max_file_uploads' => '5', 'allow' => array('attachment'), ),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Multiple image Upload’ is closed to new replies.