Hi ,
I have to insert file in table column of type blob. The file is uploaded in the request body. Through request.body.entities.asarraybuffer I'm able to fetch file from the request. But before inserting the file into table I need to scan the file for the presence of virus.
Is there any api present in xsjs to virus scan file in the request body or after fetching the file request and do scanning ?
Thanks & Regards,
Desanth