Upload files

I’m using V9.1 . When I try to upload a 50 mb file it gets to 100% and freezes. I’ve let it sit for up to 30 minutes and nothing happens. I’ve set max_execution_time to 300, upload_max_filesize=132M ( to test ) and max-file-uploads to 80
It gets to 100% and hangs. I’ve let it sit for up to 10 minutes with no change. If I put the same file in the “Incoming Directory” and click continue it uploads and returns to the file manager with the file there…
Help…

Bob

check that memory_limit is set appropriately?

Memory limit is is set to 128MB. I think it’s the default…
What should it be?
Thanks
Bob

actually, thats my mistake. I don’t think thats the issue. check ‘post_max_size’. it should be equal to or larger than ‘upload_max_filesize’. If that’s not the case I’m not certain.

You got it !!
Works perfectly… I didn’t even think of that…
I need more coffee… ahhhh!!

Bob