This content has been marked as final.
Show 2 replies
-
1. Re: rich:fileUpload gets to 100%, does not re-render
michpetrov Jan 2, 2017 4:29 AM (in response to jcavazos)1 of 1 people found this helpfulAny errors in the console? You don't need to set the enctype (in fact it might be better to not change it) the files are uploaded via AJAX.
-
2. Re: rich:fileUpload gets to 100%, does not re-render
jcavazos Jan 2, 2017 11:04 AM (in response to michpetrov)You know, I thought I remember seeing no errors in the console, but I tried again and saw this:
Uncaught TypeError: Cannot read property 'childNodes' of undefined
jsf.ajax.response @ richfaces.js:729
rf.queue.response @ richfaces-queue.js:480
jsf.ajax.response @ richfaces-queue.js:72
(anonymous function) @ fileupload.js:548
proxy @ jquery.js:529
I removed enctype from the form, and now it works!