I am not sure about that i'm thinking in right way or not. Is it possible to pass one default value of file in file type in html . like below
<input type="file" name="bulk_images_<?php echo $OrderProduct->orders_products_id?>'[]" value="<?php echo $OrderProduct->bulk_images; ?>" />
So that i will get it in
$_FILES[name]
attribute