module
Video upload now supported
So a little more progress, I now have ShoZu video uploads working to my blog. The first attempt can be seen here. I have used an embedded quicktime wrapper to enable the videos that are uploaded to play and it seems to work OK from my Nokia N73 (using 3gp files). I still need to do some tests using mp4, but need to be careful on the file size as I have set up a small upload limit on my site.
ShoZu Share-It update
I have been testing a few updates to my Share-It plug-in, first to make sure that if I created another user account and blogged to that it still worked OK , which it does.
And secondly I have now added an Admin menu option to allow the definition of the width and height of the image that is added to the blog entry. The admin setting will only affect new uploads as it is used to resize the original upload when it is received, but this also seems to work OK.
First XML-RPC blog test
So I have started looking into uploading blog content via XML-RPC. This is being done with a custom module with my own functions for authorisation and upload. The upload is currently a combination of blog.newPost and metaweblog.newMediaObject as I need to ensure an image is uploaded to every blog entry (see the test blog here).