I'm trying to download files that have some long query string parameters and I'm using http.getFile w/o specifying a local file name. The default file name that is picked by the framework includes both the file name and the query string and thus the save fails.
Expected:
The default file name that is generated should strip out any query string from the URL and just save with a file name that matches the url.
I'm trying to download files that have some long query string parameters and I'm using
http.getFilew/o specifying a local file name. The default file name that is picked by the framework includes both the file name and the query string and thus the save fails.Expected:
The default file name that is generated should strip out any query string from the URL and just save with a file name that matches the url.