In PHP settings, should memory_limit > upload_max_filesize?

Saviour

New Member
I'm trying to allow users to upload large files (64MB) and am planning to change:\[code\] upload_max_filesize to 64MB\[/code\]However, should I also change \[code\] memory_limit to 64MB or larger?\[/code\]Is memory_limit connected to max_filesize?
 
Back
Top