• Resolved mdevostator

    (@mdevostator)


    Hello. I`m trying to upload 11mb .csv import file, but getting an error “upload exceeds allowed file size” or something like that (https://joxi.ru/Rmz35LPHvoOXx2).

    I still can upload this file vie mediafiles upload. So, on the server side there is much higher file size limit (100mb+).

    Is it error on plugin side? What should i do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Internal Links

    (@internallinkjuicer)

    This is no specific issue to the Internal Link Juicer, more than a limitation by configuration.

    Find a good guide on how to solve it here.

    If it is no option for you to increase the upload limit, then you can also put the CSV file on your server and import it with our WP-CLI command for importing (part of the Pro version; list all available commands by calling $ wp ilj.

    Thread Starter mdevostator

    (@mdevostator)

    Upload limit is 100 MB for now (for local and global settings). As I said, i still can easily upload files under 100 MB via “Media files” menu. So the only plugin throwing error is now ILJ.

    Can you please help to figure why?

    Thread Starter mdevostator

    (@mdevostator)

    We have tested on 4 sites, and 3 different servers. We have checked all the possible server configuration settings. And still getting this error. Any ideas?

    Thread Starter mdevostator

    (@mdevostator)

    Here is what we found out.

    There is some line in /wp-content/plugins/internal-links/backend/menupage

    $output .= ‘<div class=”ilj-upload-form” data-file-size=”3145728″ data-file-type=”settings”>’;

    and another one

    $output .= ‘<div class=”ilj-upload-form” data-file-size=”10485760″ data-file-type=”keywords”>’;

    https://joxi.ru/12Mv43acgDddKA

    We have changed the values to 103145728 and 110485760 correspondingly.
    So the error disappears, and now i can upload files successfully.

    I think you should add this as variables to plugin settings dashboard for easy future configuring and resolving the issue

    Plugin Contributor Internal Links

    (@internallinkjuicer)

    I got your question wrong, sorry about that.

    And yes, you are right: we have a physical limitation on the web form for security reasons.

    We will do some further research and see whether we can set that limit higher in the future. I will keep you updated in this thread.

    Thanks for the extensive problem description.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload file size limit’ is closed to new replies.