How large is the file you’re trying to upload?
Also, what web host are you using? Most web hosts allow you to edit your php.ini file, in which case you can tweak the ‘post_max_size’ or ‘upload_max_filesize’ directives to your needs.
I don’t recommend increasing this value to accommodate a one-time need, you’re better of using FTP, sFTP or SSH to upload the file you need to upload.
by increasing upload_max_filesize i have solved the problem…but will guide me how to use FTP or sFTP to upload files..
If you want to use FTP, you can download Filezilla For the connection details (username, password, etc…), you have to first create a ftp user in your cpanel, then use these credentials in filezilla.
Julien Klepatch
WordPress Developer – julienklepatch.com
i have installed Xampp server and FTP server is activated…will it work???
It should, I am not familiar with xampp. It that installed on a remote server or your local machine?