You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to download a file with a filename different from the origin path.
url path is 'aaabbbcccddd' (or GUID) and I need to save the file with the name "image.jpg"
I need to download a file with a filename different from the origin path.
url path is 'aaabbbcccddd' (or GUID) and I need to save the file with the name "image.jpg"
I used this code:
But the file is save with the path name not "image.jpg"
Is it a bug ?
The text was updated successfully, but these errors were encountered: