i want to get file path using file widget or image widget
<field name="picture_doc" string = "Document" widget='file' filename = "image_filename" />
and want to do some operations on the selected image using PIL , i want to open it with Image.open("path")
i need to get that path