Hi everyone,
I have a list of URLs. My requirement is to download binary data from those URLs.
The problem: The file is big (it is a media type so that the maximum size can be up to 500MB).
Is there a mechanism using BPT for File Stream and how to do it?
I open for suggestion.Thanks,Nam
Hello @Nam Nguyen
check these urls
Download binary Data from URL | OutSystems https://www.outsystems.com/forums/discussion/86755/download-binary-data-from-url/
https://www.outsystems.com/forums/discussion/75806/get-binary-file-from-url/
Hi Caldeira81,
I have checked your links.Both links mention 2 methods : GetRequest_Submit and REST
But like i said, the file is big,
Using GetRequest_Submit, it will time out. REST get you "maximum response size reached"
I searched for the answer and found this before asking the forum.
Thanks,Nam
Hello,
Maybe this using bpt https://www.outsystems.com/forums/discussion/69927/downloading-big-zip-file-in-the-background-using-a-process/ can be helpful.
Regards.
Hi,
The problem that has been solved in the above link is for downloading multiple files and each file is small.
While each of my files can be large. I want to use BPT to steam multiple files but first I have to able to stream 1 file.