Store URL to file document

0
Hi all,   What is the purpose of Store URL to file document and how to use it can anyone explain with real time example? I tried but dont understand how to show output/ how to check?  
asked
1 answers
0

Hello,

Purpose is to retrieve a document from an URL using an HTTP GET request.

 

It just downloads the contents of the URL using a Java URLConnection. It then saves the contents to the FileDocument you passed in. And the filename is the name of the file in the FileDocument entity. 
 

Hope it helps!

answered