Hello I am trying to open a file in the web client module of 1c Enterprice version 8.3.5. I am able to attach the files in the system and in temporary storage What i am required to do now is open the file i.e (Text or csv) and parse it. Any insight on how this can be done? Thanks
You need to use BeginPutFile() function to place a file from the client PC to the temp storage and then you need to get it from the temp storage on the server and read it using TextDocument or SpreadsheetDocument objects and their Read() methods.
Please, see following topics:
Pages:1
Users browsing this topic (guests: 1, registered: 0, hidden: 0)