कृपया अपने लूप के लिए एक चेक जोड़ें:
foreach($files['name'] as $position => $file_name) {
$uploaded[$position] = '';
if(!empty($file_name)) {
//your code here
}
}
कृपया अपने लूप के लिए एक चेक जोड़ें:
foreach($files['name'] as $position => $file_name) {
$uploaded[$position] = '';
if(!empty($file_name)) {
//your code here
}
}