@prologic@twtxt.net - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that’s fine too. I want to start looking into it again :)
@prologic@twtxt.net Sure, I’ll do that!
Thank you so much, I’ll start working on getting it into the client tonight.
Started on it tonight, got the file pick dialog to work, so now I just need to get the json stuff to work.
No polling yet, but that part is important as you say, I will need to implement that. Now I have the pieces I need at least :)
@prologic@twtxt.net I do that now, and all that works, it’s just that I do not (currently) check it multiple times, in the test I did it completed as soon as the image was uploaded. But yeah I have to do some more with that for bigger files for sure. I’ll look into that next.
@prologic@twtxt.net that would make me proud. Ill add more description and screenshots to the readme so that people can see more easily what it looks like etc. I also want to make ready packages for it, and see if I can crosscompile for windows as well.
I had some time to code this afternoon, so I have made some polling now, so if a task is not completed it waits 2 secs and tries again, if the server reports a error in the task it stops polling, when the task is successfull it will add the resulting image tag to the status input field. Quite pleased with this now. After this I’ll work on ‘view conversation’, meanning you can open a conversation and see all posts in it, that’ll make it even easier to follow conversations and to reply etc.
@prologic@twtxt.net Quick question, does this mean you need to put the entirety of file contents in the URL? Why not instead put it in the POST request body?
@prologic@twtxt.net Ah, thanks 🙂, I wasn’t sure