Firstly, your upload_max_filesize
is much smaller than your post_max_filesize
which means that even though you can POST
100MB of data, PHP will only accept files in that POST
data which are 8MB or less. Try increasing this limit.
Secondly, are you sure that your php.ini
is being loaded by your host? Not all hosts allow their tenants to load user php.ini
. You may be able to get around this by using the ini_set()
function in your wp-config.php
:
ini_set('upload_max_filesize', '100M');
ini_set('post_max_size', '100M');
You might also want to set max_execution_time
in case you’re getting timed out before your upload completes.
Related Posts:
- How to import several big Import XMLs?
- Copy all media from one WordPress site to another
- Where does the Media Library live in the database?
- Failed to import Media
- WordPress Theme Options Import/Export
- One Click demo content installation feature in WordPress theme options panel
- Import and replace existing page/post content
- Export WP database for import using WP-CLI on Vagrant Box
- Migrating WP site to another URL
- How to migrate a WordPress installation from one site to another, including all images?
- How to completely export and import WordPress?
- WXR import problem — not including categories
- Download/View Schema (or DTD) for XML Import
- GUID not updated on import
- WXR slicing script
- Error: Failed to import tag/post
- How to get and save WordPress content (html, css, images, videos) from a Java program?
- Update Attached Image Size after Import
- Exporting and Importing WordPress Media Libraries and Galleries
- WordPress does not import all pages and post
- How to export post 2 posts WordPress plugin data [closed]
- Moving media between blogs changes the URL subdirectory [closed]
- Export + Import = wrongly duplicated content
- Problems with WordPress Import
- In What WordPress Version Was the Import/Export Tool Introduced?
- Moving WordPress site to an existing WordPress site
- Importing posts only – consequences?
- WXR xml files are being imported as a TXT files and showing up under ‘Media’
- WordPress: Updating via Import
- Export Users From Live Site to Import onto staging
- Import subdomain WordPress into main domain WordPress
- Exporting featured image
- product export and import using xml
- Export WordPress from one domain to another domain
- Exporting by table
- How do you do your big exports / imports?
- Existing posts hidden after WP import
- Importing a Google Group to bbPress
- After importing items are not displaying
- WordPress All-Import to ATUM Stock Management
- How can I import a BlogML file into my WordPress site?
- WordPress importer – How to handle id clashes for featured images
- Merge two wordpress sites
- Standard wordpress importer seems to be missing blog images
- Moving 2 wordpress sites to one
- Create CSV for import from File directories?
- Export and import all Plugin options
- WXR? Export from Drupal 7 – import into WordPress
- WordPress Export/Import for custom options.php values?
- “Failed to import” error . How i fix it
- Import / Export database with SQL Server Server Management Studio
- Java Package Does Not Exist Error
- Python circular importing?
- Remove Project from Android Studio
- How to import wordpress posts with images from one wordpress site to another?
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- Importing data for advanced custom fields plugin?
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- What is the required format for importing posts into WordPress?
- What exactly does the import tool do?
- InDesign to WordPress workflow
- Wondering how to turn your firefox bookmarks into a WordPress blog?
- Export navigation menu
- How to add featured thumbnail into import XML?
- Best way to import users, post and categories from an external database
- Why do I lose all the slashes, i.e., ” \ “, in my blogs when I import XML files by the WordPress Importer plug-in?
- WordPress Import shows an error when uploading previously exported xml file
- What’s the database relationship between a post and its attachments
- Disabling HTML Filtering When Importing Into WordPress Multisite
- How to re-Import the WordPress XML file after editing?
- Is there a way to import terms into WordPress?
- Import old SQL dump into new WordPress version
- Why shouldn’t @import be used to import a parent theme into a child theme?
- What server settings are required to import WordPress XML file
- WordPress Export Import Site Navigation Menu
- How can I export WordPress posts’ attachments?
- Import a very old WordPress Version into new WordPress
- Import and export links from WordPress.com to private site
- Moving a blog from Tumblr to WordPress
- How to migrate WordPress Blogs into Multisite without using the GUI-Import/Export Feature
- Exporting just posts of a specific category
- Using the Importer on an IIS Server
- How can I export and then import posts with featured images?
- Does WordPress Import/Export tool actually exports media (images) as well?
- Insert post without actions/hooks
- Convert a static website to a WordPress theme and import all existing content
- Import Images from one self-hosted WordPress install to another
- How to import a TypePad blog including all media?
- How to Import Categories with Descriptions from a CSV File?
- Easy way to import a post from Word?
- Identifying Importer Posts
- Fixing media links after importing to multisite
- Convert WordPress.com embed links to normal embeds
- MySQL Syntax Error upon restoring database from backup [closed]
- Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
- Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
- Creating a one click demo importer
- WordPress (+WPMU) Import/Export ALL settings?
- Scrape data from a website and post it on the blog
- Importing users to Buddypress with custom fields