This question has been flagged

I am trying to get the file path of uploading file into a wizard binary field. I tried with os.path.abspath & os.getcwd() 
Both return file path of running directory. But I want exact path of the file uploaded. 
What should I do ?


Avatar
Discard