Question:
I’m facing with an issue that my files are not being uploaded to website, here is a code:Here is a DOM:
https://i.stack.imgur.com/73Q48.png
UPD:
Answer:
You are having a race condition. I recommend using thewaitForEvent
function instead:If you have better answer, please add a comment about this, thank you!