I have a problem with ServerFileUpload.parseRequest returning an empty list once in a while.
I have read this :
File upload with ServletFileUpload's parseRequest?
and this :
ServletFileUpload#parseRequest(request) returns an empty list
As stated above this only happens once in a while and usually if the person uploading retries after a while it works. I haven't been able to reproduce this behavior in my dev environment but it happens in production and it's driving me nuts.
Any directions on what might be causing this would be much appreciated.
Thx