Good morning!
I have the following situation:
A customer needs to fill out a form, and one of the fields in this form is for uploading images. To adapt to the client, the window for sending the image opens in a modal, in a different file. The client chooses the image, the upload is done and the file goes as md5.
So far, all in peace.
Well, the client is a very basic user, even for a "Ctrl C" and "Ctrl V", so I need to pass the generated file name (image) to the previous form to the modal, in the input. >
I'll try to demonstrate from images:
On the same (modal) upload page, I already gave echo
and I get the file name normally. The problem is that I am not able to move to the previous form.
Could I explain? It's something simple, but I'm finding it difficult.
Thanks in advance!