Dave,
Thank you for your reply. I am not writing a blog client, but attempting
to use a different applet editor from ekit that supports local file
uploads and url rewriting so that the page gets the Roller url instead
of the local url. 

I want to write a utility program to handle file uploads from sferyx.
What is the best way for me to find out what session variables are
available to the JavaScript page that launches the editor applet?
Hopefully I can use pre-set session variables or Roller method calls to
get the paths I need to write a simple program to get the files in.

Thanks,
Bill 

> 
> The only standard mechanism for posting files to Roller is 
> the XML- RPC based MetaWeblog API. That API support a method called
> newMediaObject() that allows you to post files to a blog, but 
> images are NOT attached to one specific blog entry.
> 
> Most blog clients use this method like so:
> * user creates new blog entry in blog client (no need to save 
> it to server yet)
> * user uploads image, blog client uses newMediaObject(), 
> which returns URL of uploaded image
> * blog client adds <img> tag to blog entry
> * user posts new blog entry and image appears in image
> 
> Atom protocol will support something similar.
> 
> - Dave
> 

Reply via email to