Hi to all…We use “Call o.EXTRACTFILE” function for extract a file to a path+file on the disk. It works perfectly on a windows client, but on a linux client how can i make it work? I tried to specify path and file name in linux syntax (eg. /tmp/filename.pdf) but always get an error of invalid file name, or file not found etc. Any workaround?
It is needed because a button “view attachment” in a document calls this “extractfile” function and then view the extracted file.
Thanks in advance to all !