Upload File - Only the fileAbsolutePath is supported?

It seems like only the Absolute Path is supported for Upload FIle?
How can I use Relative Path instead?

RunConfiguration.getProjectDir()+"/filepath"
or System.getProperty(“user.dir”)+"\filepath"
Both will work

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.