Conversation:
Notices
-
@blp We investigated and found a solution to image uploading problem a couple of years ago. It requires reconfiguration at a server side. See https://github.com/andstatus/andstatus/issues/177 @maiyannah @hannes2peer
-
@lnxw48 No, as far as I remember that was FastCGI that didn't understand properly formatted stream :-)
@blp
-
@hannes2peer @blp @maiyannah@community.highlandarrow.com @lnxw48 I just tried sending a message with an attachment to this conversation from my http://status.hackerposse.com/url/3786 account: 1. First attempt failed with the reason: REQUEST_ENTITY_TOO_LARGE - this is a known problem of message length counting on this server: it counts a length of attachment URL with a length of…
-
@hannes2peer @blp @maiyannah@community.highlandarrow.com @lnxw48 I just tried sending a message with an attachment to this conversation from my http://status.hackerposse.com/url/3786 account: 1. First attempt failed with the reason: REQUEST_ENTITY_TOO_LARGE - this is a known problem of message length counting on this server: it counts a length of attachment URL with a length of…
-
@hannes2peer I tested now: Twitter's behavior is different and is User friendly: It allows to attach an image to a tweet, which has 140 characters of text and it shows it completely on a web site, see http://status.hackerposse.com/url/11991 ...but for a mobile client it truncates the tweet ending it with ... in order to insert a Web link to the attached image. Not so bad. So …