Hi,
Hello,
Backslash is not valid character for cross-platform file names.
Is the file name your problem? Or do you want to get the file that is on the directory?
If the problem is the 2nd then i believe in step 4 you need to use the path \\ xxxx \ yyy \ zz.pdf to go to the file system of the server so you can read the binary data of the file.
Steps:
0. Install FileSystem from the forge
1. Reference FileSystem lib, File_ReadBinary action.
2. Use the action with the path you have
3. Use the download widget with the retrieved binary
Kind regards,
Márcio Menezes
mmenezes wrote:
Hi MarcioI'll test your suggestion and then let you knowThanks
Hi Marcio
The solution above only works if:
1. The file is in the same server as the server running your code
2. IUSR has permission to read the file
Can you confirm this?
If the file is not on the same server then this solution will not work.