I'm using Ninja Forms plugin in WordPress. I have the add-on File Upload. I am testing the form for large uploads since the site's front end has a file submission form. I tried to upload a 200mb single file, but it keeps on resetting on 5% - 10%. I tried multiple file that totals to 200mb, it was completed but it was less than 50mb per file.
I have this on my user.ini (GoDaddy Wordpress Builder Config file):
memory_limit = 2000M
upload_max_filesize = 1000M
post_max_size = 2000M
file_uploads = On
max_execution_time = 300
memory_limit = 64M