Quick update
Apr. 14th, 2005 01:15 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Freaking class... so close.
I found out ICS was adding Accept and Content-Type to my HTTP PUT, thusly confusing LJ. Nixed that. Then I remembered to clear the header list between requests. Ethereal is really handy. Too bad the ever-buggy Kerio doesn't like it.
So the upshot is that now I have code uploading to FotoBilder, but for some reason the MD5s on the client/server end aren't matching up. Thus the request fails. Will have to investigate later. :/
Think I'll bring some descriptions along and try to draw between classes this evening.
I found out ICS was adding Accept and Content-Type to my HTTP PUT, thusly confusing LJ. Nixed that. Then I remembered to clear the header list between requests. Ethereal is really handy. Too bad the ever-buggy Kerio doesn't like it.
So the upshot is that now I have code uploading to FotoBilder, but for some reason the MD5s on the client/server end aren't matching up. Thus the request fails. Will have to investigate later. :/
Think I'll bring some descriptions along and try to draw between classes this evening.
no subject
Date: 2005-04-14 06:23 pm (UTC)So you're making a FB client? Got any screenshots? I know we're looking for people to make clients... :)
no subject
Date: 2005-04-15 01:50 am (UTC)If you'd been reading my journal you'd have seen some screenshots. :) Since this is a drawing program, FotoBilder uploading is a side feature, to make it easier for people to get art onto LJ. Eventually, I plan to support FTP and other art sites as well--if anyone wants to cooperate.
The FB client has had half a thought put into the design for fuller protocol support (right now the upload method is to add pictures to the scrapbook and then call Sync), but as of now the only working upload UI is a debug form. If you guys want to get some real management into the protocol (or explain it to me assuming it is and just isn't documented), then actual gallery editing/reordering etc. could happen. I would like to be able to designate cropping regions like the web interface.
Maybe I'll post screens when I get upload working from the main UI.
I saw the post asking for FB clients but I got scared away by mention of contracts. Should I be braver? :)
no subject
Date: 2005-04-15 07:11 am (UTC)There aren't really any management modes except for CreateGals to create a gallery structure. You can also get the structure, but I don't think you can reorder or delete. Definitely something that could be added --
Glad you got the MD5 working! It seems to trip most people up, generally for the case reason, but apparently now some libraries are kinda silly in how they handle it! Funny, that.
I have to sleep now, but I'd be happy to chat sometime about what we're looking for, if you want.
*fuzz!*
no subject
Date: 2005-04-15 05:16 pm (UTC)Anyway it's Friday, so I'll be around all weekend... *yawns and shakes out sleep-and-mark-mussed mane*
no subject
Date: 2005-04-19 01:19 am (UTC)no subject
Date: 2005-04-19 01:26 am (UTC)no subject
Date: 2005-04-19 01:59 am (UTC)I'll have to look back but I recall being busy with code, and thus more rambling on about my progress than about what you wanted. Hmm.
no subject
Date: 2005-04-15 03:12 am (UTC)Uploads work now!
Oops, seems the hash class I'm using doesn't store multiple values per key. :P This is a problem since I'm storing all nonuploaded pics under id 0. Guess I get to special-case that part.