I am developing a webpage using jquery which let me manipulate images easily.
I have set some buttons in which a client (through a browser) can input some information (for example "0" or "1"). My main problem is that I need to save that information into a file in the server, and I have not found a easily way to do it.
Any suggestion to do that? I have read that using ajax it can be done, but I am very confused about using it.
Thanks in advance for any help.