![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2022-03-10 18:19:00 -
In reply to message 5 from cwe
Hello,
So basically, what you need to do is the following:
1. Change the script to present a form with a file upload input
2. The script will pass the uploaded file path to the class
3. The part that the class will parse the email message file is the same
4. After parsing the file, you need to change how you present the parsed message results. For text messages retrieved from parser results, you need to use the HtmlSpecialChars function to encode the text on the HTML page. For the message file structure, you may use HTML tables to show the parts of the message that it may contain.
Is this clear for you?