Page 1 of 1

HTML form inside mikrotik

Posted: Wed Nov 20, 2013 3:03 pm
by relam
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!

Re: HTML form inside mikrotik

Posted: Wed Nov 20, 2013 8:02 pm
by skot
This is not possible using the router alone. It can be done using an external web server + php api