Hello guys,
I'm trying to upload bigger files (audio files, about 50mb), but getting the error that the limit is only 9mb. I know, there is a limit in php.ini.
Fortunately there is a newer way of uploading files, by splitting them in slices: https://deliciousbrains.com/using-javascript-file-api-to-avoid-file-upload-limits/
Is this way somehow possible with ProcessWire?