youtuber Posted February 18, 2019 Posted February 18, 2019 (edited) do I find the name of the file to be downloaded? $ContentDisposition = $oHTTP.GetResponseHeaders('Content-Disposition') $array = StringRegExp($ContentDisposition, 'filename="(.*)"', 3) ConsoleWrite($oHTTP.GetAllResponseHeaders()) Edit ok. I solved testzipfiletxt.zip Edited February 19, 2019 by youtuber
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now