I followed tutorial thoroughly
https://docs.weweb.io/workflows/actions/file-upload.html
Found another person with same problem but I still can’t solve it
and after hours of debugging,
I think selecting elements don’t work
when I
return document.querySelector('#file')
it returns null. if I use chrome debugger, it returns the element.
So I figured, that that’s the problem .
Please fix it