LA3QMA Member Licensed User Longtime User Dec 2, 2016 #1 Using Chrome on an external web i'm exporting a file to csv. Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app? Or should i create my app as an service to check for this file and then open the UI ??
Using Chrome on an external web i'm exporting a file to csv. Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app? Or should i create my app as an service to check for this file and then open the UI ??
DonManfred Expert Licensed User Longtime User Dec 2, 2016 #2 LA3QMA said: Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app? Click to expand... No LA3QMA said: Or should i create my app as an service to check for this file and then open the UI ? Click to expand... I guess you should do something similar... Upvote 0
LA3QMA said: Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app? Click to expand... No LA3QMA said: Or should i create my app as an service to check for this file and then open the UI ? Click to expand... I guess you should do something similar...