NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 643 forks source link

Upload page drag and drop is broken on Edge #5735

Open scottbommarito opened 6 years ago

scottbommarito commented 6 years ago

Dragging and dropping a package into the upload page doesn't work on Edge. Works on Chrome. Is it broken on any other browsers?

JoshuaKGoldberg commented 5 years ago

This is still happening. For both browsers, there are repeated 404 responses to /packages/manage/upload-progress network requests...

~It was reliably reproducing for a couple of weeks but isn't now. I'll post back more details if I see them...~ Got them. Copying one as fetch from the Chrome dev tools:

fetch("https://www.nuget.org/packages/manage/upload-progress", {"credentials":"include","headers":{"accept":"application/json, text/javascript, */*; q=0.01","accept-language":"en,en-US;q=0.9,de;q=0.8,ja;q=0.7,ru;q=0.6,en-CA;q=0.5","cache-control":"no-cache","pragma":"no-cache","request-context":"appId=cid-v1:338f6804-b1a9-4fe3-bba7-c93064e7ae7b","request-id":"|i9AQM.o9CwO","upload-id":"8ffcf15e-6736-4ea6-806e-2c64b84eeabe","x-requested-with":"XMLHttpRequest"},"referrer":"https://www.nuget.org/packages/manage/upload","referrerPolicy":"no-referrer-when-downgrade","body":null,"method":"GET","mode":"cors"});

image