• Change \inc\meta-boxes.php line 51 to:

    case "upload":
    	$files = explode ( " , ", $field_value );
    	foreach($files as $file) {
    		echo "<a target='_blank' href='$file'>".__('Download File','elementor-leads')."</a><br>"; 
    	}
    	break;

    To support multiple file uploads.

Viewing 1 replies (of 1 total)
  • Thanks for your suggestion. However, if I use this one, I cannot read the multifiles on the list page. Is it possible to display the multifiles as well on the list page rather than just on the edit page?

Viewing 1 replies (of 1 total)
  • The topic ‘Add support for multiple files download’ is closed to new replies.