• hi there,

    is there anyway to increase the upload limit to something different from 10 mb?
    since on my php.ini the limit is setted to 1 gb but whenever i try to upload something larger than 10 mb it fails because of the size..

    this configuration is something apart the php or apache config right?

    thanks, hope i was clear 😀

    https://wordpress.org/plugins/file-away/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author thomstark

    (@thomstark)

    Use the maxsize and maxsizetype shortcode attributes. See the instructions on the shortcode generator or in the file up tutorial in the tutorials tab on the file away settings page.

    Thread Starter lukinods

    (@lukinods)

    ok man thanks,

    i’ll set this top to resolved!

    Thread Starter lukinods

    (@lukinods)

    actually i had to re-start this topic..

    when i post the shortcode, instead of showing me the boxes of the plugin, it shows the shortcode

    its like that:
    [directory base=”1″ makedir=”true” type=”table” directories=”true” paginate=”false” makedir=”true” flightbox=”images”]

    [directory base=”1″ makedir=”true” type=”table” directories=”true” paginate=”false” makedir=”true” flightbox=”images” maxsize=”500″ maxsizetype=”500″]

    what am i doing wrong?

    thakns

    Plugin Author thomstark

    (@thomstark)

    directory is not a shortcode. maxsizetype takes m, k, or g. fileup does not take flightbox or paginate or directories or type. base=1 is the default so that’s not necessary. paginate=false will resolve to true; just remove the attribute. You only need makedir in the topmost of the two shortcodes. And once it’s already created (if it’s not a dynamic path) you can just remove it from the shortcode if you like. I also recommend you remove all spaces and line breaks between the two shortcodes to prevent WordPress adding a paragraph break between their output. I’m adding matchdrawer=”true” to the [fileup] shortcode so the upload directory will be whichever directory they have currently navigated to on the fileaway table. What you want is this:

    [fileaway makedir=”true” type=”table” directories=”true” flightbox=”images”][fileup maxsize=”500″ maxsizetype=”m” matchdrawer=”true”]

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘how do i change the upload limit’ is closed to new replies.