I have a file field in a repeater where anything over 20Mb seems to just hang. See the pic below - it gets to 100% and then does nothing.
I am using PW 3.0.62
I have the following settings in .user.ini
upload_max_filesize=1024M
post_max_size=1024M
max_execution_time = 3000;
max_input_vars = 5000;
Any ideas?