How to set custom parameters when uploading dropzone?

problem description

use dropzone to upload pictures in development, and the backend needs to obtain the picture name.
requires two fields:

file:
imageName:

how to set, dropzone can be set: paramName:"file" , how to set the picture name?

Jan.01,2022

set the params configuration item, for example: params: {imageName: "name"}


DropZone will submit all hidden fields in the DropZone form. Therefore, this is an easy way to submit additional data. You can also use parameter options.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e267-2c3f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e267-2c3f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?