dinger2121
Programmer
Hello,
I have a requirement to allow a user to select a text file and then display the contents of the text file in the browser. I am able to do this with no trouble. I then have to allow the user the opportunity to edit the contents of the text file and ultimately save the data back to a text file (could be a different file).
Would it be best to save the data to a temp database table when it is displayed to screen, make my edits on the database data, and then pull the data back from the db when creating the text new file? Or can I just hold that data in memory and work with it there?
thanks for any thoughts.
carl
MCSD, MCTS:MOSS
I have a requirement to allow a user to select a text file and then display the contents of the text file in the browser. I am able to do this with no trouble. I then have to allow the user the opportunity to edit the contents of the text file and ultimately save the data back to a text file (could be a different file).
Would it be best to save the data to a temp database table when it is displayed to screen, make my edits on the database data, and then pull the data back from the db when creating the text new file? Or can I just hold that data in memory and work with it there?
thanks for any thoughts.
carl
MCSD, MCTS:MOSS