I have one requirement where i need to create a file object, same like when we upload any file in HTML form. is there any possibility that i can do it with filepath?
filepath= "C:\Users\Abhishek.Kumar31\Downloads\abc.pdf"
i want to send this created file to back end to perform some action.