I'm running XenForo 2.3.9 with XFMG 2.3.9 and XFRM 2.3.8.
I'm trying to allow users to upload RAW camera files directly (.NEF, .DNG, .RAW, etc.), but the uploads never complete.
The upload simply sits at 0% indefinitely whether I try uploading:
If I rename the exact same RAW file to .zip, it uploads instantly and successfully. The actual RAW extensions do not.
I've tested:
In browser developer tools, I only see a local blob object generated from attachment_manager-compiled.js, but I never actually see a normal upload request reach the server.
Has anyone here successfully configured XenForo/XFMG/XFRM to allow direct RAW camera file uploads? Is there some additional MIME handling or uploader configuration needed beyond simply allowing the extensions?
I'm trying to allow users to upload RAW camera files directly (.NEF, .DNG, .RAW, etc.), but the uploads never complete.
The upload simply sits at 0% indefinitely whether I try uploading:
- to XFMG
- as a normal forum attachment
- or into XFRM
- upload_max_filesize = 256M
- post_max_size = 256M
- max_execution_time = 300
- memory_limit = 511M
- Cloudflare proxy disabled for testing
- tested both Imagick and GD
- RAW extensions are definitely allowed
- no server error logs generated
- no XenForo ACP errors generated
If I rename the exact same RAW file to .zip, it uploads instantly and successfully. The actual RAW extensions do not.
I've tested:
- .NEF
- .DNG
- .RAW
In browser developer tools, I only see a local blob object generated from attachment_manager-compiled.js, but I never actually see a normal upload request reach the server.
Has anyone here successfully configured XenForo/XFMG/XFRM to allow direct RAW camera file uploads? Is there some additional MIME handling or uploader configuration needed beyond simply allowing the extensions?