Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4284 closed enhancement (fixed)

Movable Type Importer limited by browser-based upload

Reported by: markjaquith's profile markjaquith 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 markjaquith)

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)

mt-import.001.diff (3.7 KB) - added by markjaquith 18 years ago.
First swing (trunk)

Download all attachments as: .zip

Change History (8)

#1 @rob1n
18 years ago

  • Keywords needs-patch added

+1.

#2 @markjaquith
18 years ago

  • Description modified (diff)

#3 @foolswisdom
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.

@markjaquith
18 years ago

First swing (trunk)

#4 @markjaquith
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.

#5 @markjaquith
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5531]) Allow MT Importer to use FTP-uploaded file (to get around php.ini-set file upload size limit). fixes #4284

#6 @foolswisdom
18 years ago

I had applied this patch both locally and on wordpress.com and it worked great!

#7 @matt
18 years ago

Thanks for bringing this back, I really missed the feature that let you mod the file and not do an upload.

Note: See TracTickets for help on using tickets.