Xlsx file upload error

Enonic version: 6.10.1
OS: Linux

Hello!

We are facing an issue with file uploading. When we upload a file, there is a big error message in logs, which says StackOverflow.
However, I have tried another files, which had much more data in them and it was uploaded successfully with no errors.
We are using a part for uploading files. Here is it’s code:

<part>
  <display-name>Attachment</display-name>
  <config>
    <input type="AttachmentUploader" name="ATTACHMENT">
      <label>File</label>
      <occurrences minimum="1" maximum="1"/>
    </input>
    <input type="TextLine" name="ATTACHMENT_TITLE">
      <label>Title</label>
      <occurrences minimum="1" maximum="1"/>
    </input>
    <input name="ATTACHMENT_TEXT" type="TextArea">
      <label>Description</label>
      <occurrences minimum="0" maximum="1"/>
    </input>
  </config>
</part>

Here you may find the file with error from the logs and the file, which does an error on upload:

Thanks!

Hi

Looks like a bug extracting metadata from the uploaded xlsx file.
I have registered a bug and we will look into it.

Thanks for reporting it.

Hi

Will this bug be fixed in the upcoming 12.0 version? :slight_smile:
Also, is there any estimates on 12.0 release date?

Thanks!

Hi

Yes. The bug is already fixed. It will be part of the 12.0 release.
At this moment it looks like the release will be early next week.

2 Likes

Well it took a little longer to release 6.12 than anticipated, but it is out now.