I am wondering should i go for old method or something new for image upload check in magento 2?
<?php if(isset($_FILES['image']['name']) and $_FILES['image']['name']!="") ?>
any other solution?
I am wondering should i go for old method or something new for image upload check in magento 2?
<?php if(isset($_FILES['image']['name']) and $_FILES['image']['name']!="") ?>
any other solution?