Is it possible for the upload of ~100 MB files using PHP?
If so, what changes need to occur in the configuration file (php.ini
)?
Sri
The following options are relevant:
ini_set()
)and possibly
In your php.ini
adjust the value of:
file_uploads = On
upload_max_filesize = 100M //needs to be in {x}M format
And allow larger post size:
post_max_size = 100M
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With