#4284 closed enhancement (fixed)
Movable Type Importer limited by browser-based upload
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.2 |
Component: | Administration | Keywords: | import, importer, mt, movabletype, movable type, upload needs-patch |
Focuses: | Cc: |
Description (last modified by )
The Movable Type importer requires you to upload a file via a browser-upload form. This is limited to 2Mb on many PHP installs. Many MT export files are larger than this (I have one that is more than 50Mb). It would be nice if there were also an option to upload a file with a pre-determined name (mt-export.txt) to /wp-content/
and have that be used. I think that's how it used to work.
Attachments (1)
Change History (8)
#3
@
18 years ago
Somewhat similar issue for WordPress WXR importer where you have to increase post_max_size and upload_max_filesize to very large values for the single import operation.
#4
@
18 years ago
Okay, mt-import.001.diff
is my first swing. It's pretty hacked together, but it seems to be working. If we're having this issue with other importers, we might consider making a standardized way of doing this so we can implement it in other importers.
+1.