
My upload button wouldn't work since some time ago. I've just found that the div around the file input field has the same id as the input field itself. Because of this the javascript in imce.js (line 428) that get's the value of this field with selecting the field on only a id didn't work (it gets the first element, thus the div).
Can this be fixed?
Comment | File | Size | Author |
---|---|---|---|
#1 | imce-upload-input-1978332-2.patch | 442 bytes | fabianderijk |
Comments
Comment #1
fabianderijkHere the patch that fixes the issue.
Comment #2
fabianderijkComment #3
ufku CreditAttribution: ufku commentedThe wrapper's id should be edit-imce-wrapper. You should find the real source of the issue.