Happy to give you a test account and a thread to try.
The video / image buttons don't useI got it mostly working, but its weird though. I have to use the attach files button and not the video button.
flow.js
(they use upload functionality provided by Froala, see https://xenforo.com/community/threads/maximum-attachment-file-size-handling-is-inconsistent.208311/).All good. It's all sorted out now. Everything is butter now.The video / image buttons don't useflow.js
(they use upload functionality provided by Froala).
So unless this Add-on has code to change this (this is possible but I don't know if it does that) chunked uploads will not work for them.
@JulianD,
1) How does the add-on proceed in cases where the file size is smaller than the chunk size (and, therefore, there is no need for the add-on’s functionality)? Does it leave the file intact?
That is correct2) Uninstalling the add-on would not affect the uploaded attachments in any way, correct?
As of right now, I don't plan to improve the addon since @Chris D mentioned that they were planning to improve the XF file upload process, probably deprecating this addon.Hey @JulianD
Have you thought about switching this to use the method that IPS do, where instead of waiting for all the files to go up and then combine, append each one as it arrives thus solving the rebuild timeout issues?
For reference IPS uses plupload.
Writing chunks to a single temporary file as-is (instead of writing them as individual files one by one and reconstructing the original after upload has finished) could cut down rebuild time a bit.Hey @JulianD
Have you thought about switching this to use the method that IPS do, where instead of waiting for all the chunks to go up and then combine, append each one as it arrives thus solving the rebuild timeout issues?
That was over a year ago and highly doubt that it will come to the next major release. But i get it and understand what you are saying, why change something that already works...As of right now, I don't plan to improve the addon since @Chris D mentioned that they were planning to improve the XF file upload process, probably deprecating this addon.
Ah yes, that's a good point. I don't use off-site storage so I forgot about the re-uploading part.Writing chunks to a single temporary file as-is (instead of writing them as individual files one by one and reconstructing the original after upload has finished) could down rebuild time a bit.
But it would most likely not completely fix the issue as the temporary file would still have to be saved to backend storage as one chunk.
So if a file is 5 GB after rebuild, those entire 5 GB have to be synchronously uploaded to S3 after the upload has finished - and this can take some time depending on the connection between the server and the S3-compatible storage which in turn could lead to timeouts.
To fully solve this, it would probably be to also upload to storage backend in chunks (instead of uploading the rebuild file).
It is a manual process and it’s Sunday , I’m sorry for the inconvenience. The link should arrive in the next minutesGah! I paid for the Chunked Uploads add-on, but no download link was provided. Did you discontinue this add-on? I really wanted it, as this seems to be the only solution to uploading large files on Xenforo. really bummed out...and I lost $20 bucks also.![]()
I unfortunately do not have access to XFMG but it should work if there are no limitations with PHP (memory or timeout limits) or with the CDN/Proxy, just like you mentioned.Hey @JulianD,
Is this add-on still supported and do you foresee any issues with uploads that are 20GB+ to the local server for XFMG? Assuming network/proxies/php max file size,etc. are not a limiting factor.
Yep, I do plan on uploading to XFMG; all are video files from a public event we hold. I'll pay the license fee and give it a whirl.I unfortunately do not have access to XFMG but it should work if there are no limitations with PHP (memory or timeout limits) or with the CDN/Proxy, just like you mentioned.
Do you plan to upload videos to XFMG? I might upload a 20GB video to an XenForo thread and report back my results to you if you'd like.
We use essential cookies to make this site work, and optional cookies to enhance your experience.