Thumbnail uploads: report file details (#628)
I'm leaving the generic "Unexpected JSON" error alone for now, as I think this should be fixed at Nick's end.
This commit is contained in:
parent
468cf866c3
commit
96c3b727fe
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,8 @@ export const doUploadThumbnail = (
|
||||||
message = __('Thumbnail upload service may be down, try again later.');
|
message = __('Thumbnail upload service may be down, try again later.');
|
||||||
}
|
}
|
||||||
|
|
||||||
uploadError(message);
|
const userInput = [fileName, fileExt, fileType, thumbnail];
|
||||||
|
uploadError(`${message}\nUser input: ${userInput.join(', ')}`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue