From ryanchan404 at gmail.com Fri Nov 18 14:24:30 2011 From: ryanchan404 at gmail.com (Ryan Chan) Date: Fri, 18 Nov 2011 22:24:30 +0800 Subject: [wp-xmlrpc] Changing the folder name when using wp.uploadFile API Message-ID: Hello, It seems the wp.uploadFile API will store the actual file based on the current date of the API being called. But as I am mass uploading files, I want to separate the files into different folders, it is possible? Thanks. From wordpress at dd32.id.au Fri Nov 18 14:35:37 2011 From: wordpress at dd32.id.au (Dion Hulse (dd32)) Date: Sat, 19 Nov 2011 01:35:37 +1100 Subject: [wp-xmlrpc] Changing the folder name when using wp.uploadFile API In-Reply-To: References: Message-ID: Not without a plugin on the WordPress side too. I believe my plugin "Add From Server" does that for files it imports (I'd really have to check to see if that functionality even works still), it doesn't help you with XML RPC though. On 19 November 2011 01:24, Ryan Chan wrote: > Hello, > > It seems the wp.uploadFile API will store the actual file based on the > current date of the API being called. But as I am mass uploading > files, I want to separate the files into different folders, it is > possible? > > Thanks. > _______________________________________________ > wp-xmlrpc mailing list > wp-xmlrpc at lists.automattic.com > http://lists.automattic.com/mailman/listinfo/wp-xmlrpc >