From 09ac3f76818d411bf751338006f2d10f88af509e Mon Sep 17 00:00:00 2001 From: pavlosb Date: Thu, 18 Apr 2024 14:11:50 +0300 Subject: [PATCH] multiple-image --- application/views/inspectionform.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/inspectionform.php b/application/views/inspectionform.php index 3ad3f4e..8885dd3 100644 --- a/application/views/inspectionform.php +++ b/application/views/inspectionform.php @@ -319,9 +319,9 @@ function uploadFile() { //if(fileupload.files[0].length > 0) { for (let j = 0; j < fileupload.files.length; j++) { formData.append("file", fileupload.files[j]) - alert (fileupload.files[j]); - } - + console.table(fileupload.files[j]); + } + console.table(formData); //formData.append("file", fileupload[].files); /*