2 Replies Latest reply on Jun 16, 2015 3:52 AM by barbaraboie

    rich:fileUpload - URI too long

    barbaraboie

      Hello

      I have a page with a few 'rich:editor's and a rich:fileUpload. If there is a lot of text in the textareas, files can't be loaded with the fileuploader: we get the error 'Server error: upload failed'. After some digging, we discovered that the real error is an Apache error: 'request failed: URI too long (longer than 8190)'. The rich:fileUpload is sending the whole content of the page, including all the text in the textareas, in the upload request. Is there a way to avoid this?

       

      Regards

      Barbara

      (I'm using Richfaces 4.5.2.Final)