Hello!
I want to create an HMTL page inside mikrotik (for example, creating setup.html and uploading to the router by ftp), which can be accessible for example at 192.168.1.10/setup.html. The problem is that I want this page to be a form, and the values entered in this form should be available later with mikrotik scripting language. For example, writing the values entered in the form into a txt file and read this txt, and then read the txt file with an script.
Does anyone if it is posible?
Thank you!