We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6042290 commit f1ef237Copy full SHA for f1ef237
src/client.js
@@ -284,6 +284,7 @@ async function getFiles(fileInputs, readAs) {
284
}
285
286
async function getCustomData(file) {
287
+ if (!file.id) file.id = file.pathname;
288
// TODO: Consider potential replacment of file_id, perhaps supporting selector
289
let form = document.querySelector(`[file_id="${file.id}"]`);
290
if (form) {
0 commit comments