Skip to content

Commit

Permalink
multiple-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 18, 2024
1 parent ea696b0 commit 1d4ff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ public function imgupload(){



for($i=0;$i < count($_FILES['file']['name']);$i++)
for($i=0;$i < count($_FILES['file']);$i++)
{
/* Get the name of the uploaded file */
$filename = str_replace(' ', '_', $_FILES['file']['name'][$i]);
Expand Down

0 comments on commit 1d4ff36

Please sign in to comment.