Here is my exact usecase. I am trying to create a patient Report page. Where a patient uploads his/her medical report, that report is then passed to a view which handles the report and creates a dictionary that contains all of its TestNames, values and units. This data is not saved to server. That dictionary is then passed to the template to show results to patient. If everything is fine with the results then I want to pass that data (dictionary) to another view which can save it to server.
I hope that my explanation is clear.