Add temporary uploads.

This commit is contained in:
Patrick Fic
2025-10-31 12:17:04 -07:00
parent f46b96fbd7
commit dcdc1e9988
6 changed files with 55 additions and 11 deletions

View File

@@ -205,7 +205,7 @@ function* uploadToLocalMediaServer(photos, bodyshop, jobid) {
try {
const formData = new FormData();
formData.append("jobid", jobid);
formData.append("jobid", jobid || "temporary");
for (const file of photos) {
formData.append("file", {