@rishabh-webkul19 Thank you for your reply, what's proper way to attach the image? how does bagisto process the product image? thank you.
$ImagePath = '/storage/app/temp/image.jpg'; $uploadedFile = new UploadedFile( $ImagePath, 'imageFileName', 'image/jpeg', null, true );