After passing the parameter, image loading does not work

After passing the parameter, image loading does not work

ostmalostmal Posts: 102Questions: 33Answers: 0

I uploaded the image and everything worked fine for me.
In ajax it was written as follows:

ajax: {
            url: '/abc/dt/my/test/test.php',
            type: 'POST'
                },

I need to pass a parameter to the server.
I did this:

ajax: {
            url: '/abc/dt/my/test/test.php',
            type: 'POST',
            data: {
                param : '1'
            }
        },

The image stopped loading!!!
What to do?
You can view it here.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.