I am trying to read content of text file selected from local computer from my 1C web app hosted in the cloud using methods FileStreams.OpenForRead(Filename) or New BinaryData(Filename) and I get an error message "[ScriptRuntimeError, ScriptUseError], reason: Directory not found". What can be the reason?
If I launch my web app from localhost everything works fine.
The 1C:Enterprise developers forum