I need to obtain path from a FileField
, in order to check it against a given file system path, to know if the file I am inserting into mongo database is already present.
Is it possible?
All I get is a GridFSProxy
, but I am unable to understand how to handle it.