Welcome Guest Search | Active Topics | Sign In | Register

Manage a web download to get the downloaded file in memory Options
Luis
Posted: Thursday, April 6, 2017 12:24:25 PM
Rank: Newbie
Groups: Member

Joined: 11/13/2015
Posts: 1
Hi, I need to manage the download its raised in the web browser product, I can see that its possible to specify the physical path, but I need to avoid writing in disk, instead I prefer getting the file in a memory stream object.

void _webView_BeforeDownload(object sender, BeforeDownloadEventArgs e)
{
e.ShowDialog = false;
e.FilePath = somePath; //Is there a way to save the file in memory stream?
}

Regards.
eo_support
Posted: Thursday, April 6, 2017 1:20:53 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

No. There is no way for you do download in memory only. You must use a file. Sorry about it!

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.