I am trying to build an external form and submit data in JSON format, however I am unable to find any possible solution or any hints on how the solution can be obtained. Anyone who has any idea would be very helpful.
Form has set of questions with one or sometimes 5 images to be uploaded , therefore wht is the best approach to accomplish the task?
I have already went through all articles and solution on the forum and internet but none of it is viable solution to my problem.
While submitting data from JSON on api/v1/submissions we can send json format data but I neeed to submit image data to the submission, how do i achieve that ?