问题
When I trying to upload more then 1.000 files with fileUpload
component (like 5.000), it start having strange behavior.
It does not complete the upload (some file remain stuck in the list), the only way to start it over is add a new file. After that it start upload also the previous ones.
Some of them are not uploaded at all, randomly.
Is there a limit? How can I control that?
回答1:
You can try to control limit with fileLimit=""
but maybe it won't help you. I think it's really a bad idea to use this element for uploading so many files.
来源:https://stackoverflow.com/questions/53396931/primefaces-fileupload-does-not-work-well-on-huge-number-of-file