-
Has UNA implemented a block based upload system so that you don't have to set the PHP memory limit to the size of the maximum video you would like to upload? It's unrealistic to set the memory limit to 1GB to support a file upload.
-
Hi, I was not assuming, just kind suggestions as you did not exactly provide much information in your OP.
-
Leonid,
Here are a couple sites with code examples. It is referred to as "chunking" by some. Upload scripts that utilize this method has been around for at least 15 years. I would expect any social media platform that allows uploads of videos to utilize this methodology. Is it something we can get into the UNA 12 final release or added as a module?
https://code-boxx.com/upload-large-files-php/
https://www.tutorialspoint.com/how-to-upload-large-files-above-500mb-in-php -
Thank you for the suggestion, we'll implement it in the future:
https://github.com/unaio/una/issues/3162