I have a Project model which has several attachments, attachments are xml and csvs. Rather than uploading these attachments to server, I just want to save them in table ( I do however want users to upload these attachments). Each project can have multiple attachments, then I am going to parse these attachments.
Any ideas how to do this ?