I'm having a similar problem that I believe is due to not having my Wordpress address and Blog address being the same. In my case I can export settings fine, but when I go to import I get no file selection dialog or error message.
On my test site my wordpress address is
http://example.com/wptest and my Blog address is the same and I'm able to export and import without problems.
On my live site my wordpress address is
http://example.com/blog and my Blog address is
http://example.com . The export works fine on the live site, my the import does not.
I find the following when view the source for the export/import page on my live site (address change to example rather than site address)
// Since 3.4.7.: Upload settings file
new AjaxUpload("#importSettings-upload", {
action: "http://example.com/?bfa_ata_file=settings-upload",
name: "userfile",
onComplete: function(file, response){
jQuery("div#atasettingsfile").html(response);
// Refresh admin pages to fill forms with new values
window.location = window.location;
}
});
Could this be the issue because the files are actual contained in
http://example.com/blog ??? Any ideas how to correct this without changing the wordpress and blog address to match?
Chris
The Kraftsman at
www.kyserikekraftsman.com