Is there a way to obtain the path of file when using file_uploader?

I want to upload JSONL files from disk. Is there a way to select the file using file_uploader i.e. get the absolute file path so that I can read the file using whatever method I want? In my case, I want to use srsly to load the files.