Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dholloran

    (@dholloran)

    For the file size you can add this to your shortcode max_file_size="15" or if using the function you can add this array( 'max_file_size' => 15 );. To change the Upload file text there is not a way to do this at the moment through the plugin easily I would suggest to change the name with JavaScript that way updates will not affect it.

    Your plugin is great, but could you pass me a tutorial how almentar file sizes acceptable.

    Thank you is a genius.

    Plugin Author dholloran

    (@dholloran)

    For the shortcode [wp-multi-file-uploader max_file_size="15"] So this would allow a max upload size of 15mb. If you want to use the function it is similar to the shortcode wp_multi_file_uploader( array( 'max_file_size' => '15' ) );.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how change Upload Files’ is closed to new replies.