function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vivek SenapatiVivek Senapati 

Need some help with upload/downloading in the assignment

I have an college assignment/project to create an app "A resume management and recruitment system". (I am still learning to use salesforce)
Modules I should work on for this:
Module1: Insert and Search Resumes.
Module2: Manage Positions.
Module3: Manage Resumes
Module4: Generate Reports and Design Dashboard
I don't necessarily need to create visualforce pages for everything so I just created objects for Resume and Positions and will run with that. But that way I am not able to add the option to upload under Resume object because I use standardController="Document" in the visualforce page code for uploading files (code in pastebin link). Also, how do I make a page similar to what is shown in "Shortlisting" (image in imgur link).
Here's what it should sort of look like but doesn't need to be exactly the same. https://imgur.com/a/Xg7TP
Some code I have tried: https://pastebin.com/PrByfnHJ
Let me know if there's a better place to get some help with all this. Any links for tips on how to proceed will be very helpful
Thanks
NagendraNagendra (Salesforce Developers) 
Hi Vivek,

Is the concept of an Applicant__c object part of this workflow you're designing or is that something totally separate?

Is this only assuming there are already one or many Resume__c records ready for the CRM users to assign to a Position__c

Who specifically is doing the uploading in this workflow?

Thanks,
Nagendra