From 06314e136ea11109a8de00de2320ea18fc92f092 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 18 Nov 2024 16:16:00 -0500 Subject: [PATCH] Replicated previous fix by using enctype=multipart/form-data for bulk forms that have subforms that require a file upload --- client_assets.php | 2 +- client_locations.php | 2 +- expenses.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client_assets.php b/client_assets.php index ae904258..be174d5e 100644 --- a/client_assets.php +++ b/client_assets.php @@ -252,7 +252,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
+
diff --git a/client_locations.php b/client_locations.php index 248476c5..90bd3283 100644 --- a/client_locations.php +++ b/client_locations.php @@ -135,7 +135,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

-
+
diff --git a/expenses.php b/expenses.php index 41023100..e3c7d7cc 100644 --- a/expenses.php +++ b/expenses.php @@ -214,7 +214,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

-
+