As discussed in #37 and at https://connect.mozilla.org/t5/ideas/drag-and-drop-images-from-one-web-page-to-anothor/idi-p/8075, Firefox apparently doesn't support dragging an image from one tab and dropping it in another. This makes it painful to add new releases, since you need to download cover art before uploading it.
If Mozilla doesn't address this soon, maybe adding an "Auto-download cover art" checkbox would save a few clicks in this case. It might be tricky to implement: https://stackoverflow.com/q/49736214 suggests that Firefox and Chrome 65+ only support same-origin download links, so the yambs server may not be able to force a download of an image served from e.g. https://f4.bcbits.com (in the case of Bandcamp).
As discussed in #37 and at https://connect.mozilla.org/t5/ideas/drag-and-drop-images-from-one-web-page-to-anothor/idi-p/8075, Firefox apparently doesn't support dragging an image from one tab and dropping it in another. This makes it painful to add new releases, since you need to download cover art before uploading it.
If Mozilla doesn't address this soon, maybe adding an "Auto-download cover art" checkbox would save a few clicks in this case. It might be tricky to implement: https://stackoverflow.com/q/49736214 suggests that Firefox and Chrome 65+ only support same-origin download links, so the yambs server may not be able to force a download of an image served from e.g. https://f4.bcbits.com (in the case of Bandcamp).