Is it possible to simultaneously send a formal data and serialization via Ajax? In the fordate to send the image, and in serialization just input. If possible, please use an example.
- Add a field in the form and write back the serialization, and send it all together. - Dmitriy Gvozd
- The fact is that I don't know jquery very well and can’t even imagine how to do it - Alex_01
- Give the code that you do at least something and you can dance from it. How are you doing requests Ajax ... - Dmitry Gvozd
- Here is the code ru.stackoverflow.com/questions/545084/… It works perfectly when creating a resource, and does not plow while editing. It is necessary to separate the text input and the image for sending by the method of serialize and formdata respectively - Alex_01
|