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 use Download-File-JS to download verify code image, every image mush have a unique name,
here is the problem:
there is no response header like Content-Disposition: attachment; filename="aaa.jpg", but even i set download attribute to 'xxxx.jpg', still save as aaa.jpg, how can i handle this.
The text was updated successfully, but these errors were encountered:
chrome version: 42.0.2311.152 m
i use Download-File-JS to download verify code image, every image mush have a unique name,
here is the problem:
there is no response header like
Content-Disposition: attachment; filename="aaa.jpg"
, but even i set download attribute to 'xxxx.jpg', still save as aaa.jpg, how can i handle this.The text was updated successfully, but these errors were encountered: