Question
UHG
IN
Last activity: 4 Apr 2019 2:55 EDT
Read Image from External Location through activity and convert it to Byte64 - Not File Listener
Hello All,
I have a requirement to read images from External location and convert it to Byte64(Not through FIle Listener) and upload it back to other system. Has anyone have done similiar implementation earlier? I know that there is a control FilePath which takes care of this when we try to upload manually through Browse. I am looking for similar kind of implementation to read the image and convert it to Byte64.
We don't want to process it with File Listerner because we need to process an other file in this location, before we process the images.
Appeciate your help !