I'm trying to upload files that are about 100mb and getting nothing.
My settings are:
wp max upload size to 1gb,
php max exec time to 300 sec,
max input time to 300 sec,
php memory limit is 64mb,
post body size to 600mb, and
upload max file size to 500mb.
I know that my connection is fast enough to get them to the server in <300 seconds (its internal over gigabit).
I cannot increase the php memory limit. Is this the source of my problem or should php be able to accept a file larger than it's max memory limit? If so can anyone think of other possible problems?
WordPress is accepting the upload completing the post, creating appropriate directories in the uploads dir (for month year etc) but the file isn't actually showing up.
The logs are empty.