Need in your support with the following issue.
Input:
- I'm developing XPages application (on Domino 9) which has to allow video-files preview, so byte-range seving has to be available.
- According to the guide Improving file-download performance for Web clients - byte-range seving is supported by Domino Server for uncompressed attachments.
- Video-files uploaded via xp:fileUpload control from XPage.
- LZ1 compression is disabled on NSF DB (in Properties -> Advanced tab).
- Also “Compress on upload” disabled in Web Site document.
I faced with the issue:
when uploading files (any, *.wmv, *.mp4, .pdf) - they became LZ1-compressed in the documents by default. "Compression: LZ1" - showed via scanEZ. As result - these files not byte-range served.
How to disable that compression on upload?
P.S. In case of upload files via Notes client, on file upload dialog defaultly checked "Compress" checkbox available. If uncheck it - file uploaded and saved not compressed in the document, and available for byte-range serving.
Thanks in advance!