1

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

Anju
  • 502
  • 1
  • 6
  • 20

1 Answers1

-1

try

bulk_images_[<?php echo $OrderProduct->orders_products_id?>]
Bobby Tables
  • 866
  • 1
  • 9
  • 18