0
I have an application in Ruby on Rails and I need to read a particular file txt which will be sent by the user. After sending the file, the file data will be displayed to the user so that it confirms that the file is correct, and if yes, then save it, the file contains letters that are the answers of a proof and each letter represents a question, for example:
"EEDEBACABDBBADAADEADEAB"
that is to say:
"1 => E, 2 => E, 3 => D, 4 => E"
This file will be sent in format .txt through a form, I hope you can understand!