Hi there,

How do I configure php.ini to allow large uploads(around 20M).
With the default setting I can only upload up to 2M. I do not know what to set and where?
How many settings need to be adjusted and what are they?

; Maximum allowed size for uploaded files.
upload_max_filesize = 20M

; Must be greater than or equal to upload_max_filesize
post_max_size = 20M

php.ini
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.