How to Connect IPWEditor to the Server Side
I have been getting multiple support requests from developers how want to save the data edited in IPWEditor on the server side.
Saving information in the server side is a server-side feature and out of scope for IPWEditor (which is a client-side JQuery plug-in), moreover, it is programming language depended – a java developer might handle this differently from a .NET or a PHP developer.
Despite all that, I will try to give general guild on how it is done, I will be using PHP for the server-side examples but you can use any server side programming language you prefer.