There was an error while loading. Please reload this page.
1 parent 7332f34 commit 7c8e6e0Copy full SHA for 7c8e6e0
1 file changed
frontend/src/hyperglosae.js
@@ -59,8 +59,7 @@ function Hyperglosae(logger) {
59
reader.readAsArrayBuffer(attachment);
60
reader.onload = () => {
61
const arrayBuffer = reader.result;
62
-
63
- fetch(`${service}/${id}/${attachment.name}`, {
+ fetch(`${service}/${id}/${attachment.name.split('#').join('%23')}`, {
64
method: 'PUT',
65
headers: {
66
// ETag is the header that carries the current rev.
0 commit comments