I am dynamically naming a set of checkboxes based on certain files names (user is selecting file to include for some processing).
Is there a way I can retrieve the files names or do I need to save them to a session object of some sort and then use the retrieved values (from the session object) to retrieve the values of the checkboxes.
In short what I really want is to know which checkboxes have been clicked and which file names they correspond to, any solution will be fine.