Hi,
It has been wonderful. It took me some time to get uppy working, but everybody on the team loves it.
Now question I can not find the answer. I have a form with title and image. Image is direct upload on s3 and is stored as
<input value="{"id":"34b68d1b33a1d1503c1c908c48e223de.py","storage":"cache","metadata":{"size":1735,"filename":"hello_france (1).py","mime_type":"text/x-python"}}" class="uppy-upload-data" type="hidden" name="material[source]" id="material_source">
in the form. But the form is not valid when the title is less than 3 symbols. Check is made on the server so the server returns the error. So I have to feed uppy dashboard again with information about the uploaded file as it is already uploaded.
Do you know how could I do this?