http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7152

--- Comment #2 from Anand <[email protected]> 2011-11-05 10:49:23 UTC ---
Added Cover Upload API to Open Library.

POST http://openlibrary.org/api/ils_cover_upload

Request Format: Following input fields with enctype multipart/form-data

    * authorization: base64 of username:password
    * olid: Key of the edition. e.g. OL12345M
    * file: file
    * redirect_url: URL to redirect after upload

On Success: Redirect to redirect_url?status=ok

On Failure: Redirect to redirect_url?status=error&reason=bad+olid

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to