I have recently installed Wordpress on Google App Engine for PHP. Remote image uploading works - so it appears bucket storage is set up correctly. Also, I can create and delete pages and posts - so cloud SQL is working right.
The problem is - the Wordpress remote importer (a plugin that uses an XML file to add content to the database) does not work - the error message I get is:
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
Should I be able to use the Wordpress Importer plugin in App Engine? If so, what are steps I could take to fix this error?