• I have updated my wordpress.
    Now im getting the problem .i.e
    “The uploaded file exceeds the upload_max_filesize directive in php.ini.”
    Need to fix this soon….

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter lalustine

    (@lalustine)

    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

    Thread Starter lalustine

    (@lalustine)

    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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘problem in installation’ is closed to new replies.