MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
453 stars 55 forks source link

Improve UWP file downloads integration #2 #3547

Open nirdil opened 1 year ago

nirdil commented 1 year ago

UWP file download naming is inconsistent and sometimes wrong.

  1. Sometimes the reported file name is not the correct one (in case there are duplicates then deletions), also if you remove and delete a downloaded file and later redownload it the file counter doesn't reset and you get an ever growing number suffix
  2. There's a buildup of downloaded files in a folder within the app's data folder. I guess files are copied instead of moved to the download folder once download is finished. This probably explains some of the naming inconsistencies.

Further info can be found here - https://github.com/MicrosoftEdge/WebView2Feedback/issues/2596

SDK: 1.0.1777-prerelease Runtime: Edge Dev Channel 115.0.1880.3 Framework: UWP OS: Win10

AB#45015374

maurawinstanley commented 1 year ago

Thanks for reporting the issue, we have opened a bug on our side and will update this thraed.

shihabsamsung commented 10 months ago

Any update on naming counter reset?