Hi,
I am trying to read a log file using CGI.
user select the the log file from the drop down to view it and click on submit button.
then a pl code is called on the submit button which reads that log file and display it in the browser.
I have used <meta http-equiv=\"refresh \" content=\"10\" />.
but its not working because after 10 seconds page gets refreshed and it shows an error that the particular log file is not found which was selected by the user.
is there any solution to this problem ?
please help me out asap.
its very urgent
Note: I can't use Tail in my code because of some issues.
I am trying to read a log file using CGI.
user select the the log file from the drop down to view it and click on submit button.
then a pl code is called on the submit button which reads that log file and display it in the browser.
I have used <meta http-equiv=\"refresh \" content=\"10\" />.
but its not working because after 10 seconds page gets refreshed and it shows an error that the particular log file is not found which was selected by the user.
is there any solution to this problem ?
please help me out asap.
its very urgent
Note: I can't use Tail in my code because of some issues.
Comment