Editor data parameter always null

Editor data parameter always null

hrrhrsthrrhrst Posts: 2Questions: 2Answers: 0
edited April 2016 in Free community support

Hi there,

im currently trying out the editor plug-in a little bit. Since we are not using php or .net i am forced to write my own server-side processing.
I'm using a custom ajax call to process the data. My current problem is that, the data parameter is always null, no matter what submit method i use. Any idea, what the problem could be?

Answers

  • allanallan Posts: 61,821Questions: 1Answers: 10,127 Site admin

    Hi,

    The first thing I would check is what data is being sent to the server, as seen by the browser. Your browser's Network inspector tools can be used for that. Find the Ajax request in the list and click the Headers tab - it will show the data submitted.

    I'm not aware of any reason that data would be null I'm afraid - it should always be an object.

    Allan

This discussion has been closed.