I’m implementing the same-old fake-AJAX file upload. Every suggested solution I could find on StackOverflow did not work:
- Setting the
idattribute the same as thenameattribute of the<iframe> - Hardcoding the
<iframe>tag - Generating the
<iframe>node via JQuery
I am working on the last version (15.01). Any suggestions?
The problem was the
srcattribute that was set toabout: none;. This caused unexpected behavior.