I’m trying to upload multiple files at the same time and insert the file paths on 1 single mysql line per upload, but this adds one line per file. Looks to me like my js dropzone setup is good but it doesn’t work on a single line but it adds one line per file in the database Thank you for