I need to write an upload plugin for a custom asset management system. The API for the server side assumes that the client will be sending the images for the upload in a single post (it's a streaming implementation on the server). In the PM API, I only see API to post by loading data into memory, which is going to explode if you try to upload a couple gigs of images to the server. Do I have to use the bridge API, or can I drop down and use straight ruby for the upload (which will allow me to stream file uploads off the disk)?
Also -- is there any API documentation at all? I can't find anything that talks about what API is even available for plugins to use. Any information that is available would be appreciated.
Thanks!
Mike Schrag