Hello All,
my task in mongoose is retrive text from QR Code by ZXing library
on form i use
Application.ShowOpenFileDialog(FileName, "Open File"…
and after this in FileName i have path like "MEM:\Users\WSWebClient\AppData\Local\Temp{3F549…
next i call my custom IDO where i can use ZXing library for retrieveing text from QR code.
but in this point problem to read path
MEM:\Users\WSWebClient\AppData\Local\Temp{3F549… in IDO.
and IDO do not know about MEM space. what is standart solution to read any files in IDO wiche was loaded on form?