I have a file path in a string:
"C:\Users\ajmal\Large\file.mp4"
I want to convert this file into a blob without using fetch or FileReader. Is it possible?