Would you help me about
"How to Increase file upload size from default 1mb on host server using php."

Thanks

Recommended Answers

All 8 Replies

There i found the method which need some changes inside the php.ini which is out of my access (host server not local server). Alternatively you could set them dynamically from inside your script using ini_set().
BUT HOW?

Member Avatar for diafol

If you don't have permission, then ask your host. Hosts prevent access for good reason. As their servers get bogged down with ridiculously long processes like shifting GB sized files!

ini_set( ) is using for dynamically changes inside php.ini file
can you write code to demostrate it/

for example,
my website is uploaded to webhost which in UK, so how i can access that host php.ini file. its not possible for client. im the ower of my domain name+hosting and i have full access to my pleskcontrol pannel. Could you help now how i increase the upload file size from 1 MB to atlest 2MB progammatically.

Member Avatar for diafol

speak to your host.

@ardav is right. You need to ask your hosting provider to increase the upload size. You may need to recharge for that.

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.