I am using dropzone to upload files and images to the DB which works perfect, I generate the dropzone div's and call the dropzone jquery function. In C# its been received by a WebMethod and files are being uploaded to the database.
Now I need to send several id with however I would like to avoid to implement a ajax call to send these id's. After read the documentation on dropzonejs I could not find a simple solution to do this.
My WebMethod does not accept parameter for now but when I have a good way to implement this on client I can add these to WebMethod.
Did I miss something or Am I only able to do this with ajax? In short looking for the "data:" object within dropzone as in ajax