Ticket #4284 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Movable Type Importer limited by browser-based upload

Reported by: markjaquith Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.2
Severity: normal Keywords: import, importer, mt, movabletype, movable type, upload needs-patch
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

mt-import.001.diff (3.7 kB) - added by markjaquith on 05/18/07 17:35:16.
First swing (trunk)

Change History

05/17/07 20:18:05 changed by rob1n

  • keywords changed from import, importer, mt, movabletype, movable type, upload to import, importer, mt, movabletype, movable type, upload needs-patch.

+1.

05/17/07 21:07:35 changed by markjaquith

  • description changed.

05/17/07 21:09:12 changed by foolswisdom

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.

05/18/07 17:35:16 changed by markjaquith

  • attachment mt-import.001.diff added.

First swing (trunk)

05/18/07 17:37:10 changed by markjaquith

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.

05/23/07 19:36:36 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

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

05/23/07 19:39:09 changed by foolswisdom

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

05/23/07 19:57:03 changed by matt

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