Hi Anirudh,
You must work on the domain modeling.
The Student must be a separate entity that capture the Student details.
And you can have a separate entity called StudentDocuments or something, which is linked with Student.
It must be one Student can have multiple documents.
Then when uploading the document, link it with Student. So you can have multiple documents for a student.