Colix Posted March 10, 2008 Report Share Posted March 10, 2008 Собственно нужно передать POST запрос работая под Java ME Quote Link to comment Share on other sites More sharing options...
Darhazer Posted March 11, 2008 Report Share Posted March 11, 2008 Посмотри на етот изходник, надеюсь поможеть http://developer.sonyericsson.com/site/glo...e_webserver.jsp Quote Link to comment Share on other sites More sharing options...
Colix Posted March 11, 2008 Author Report Share Posted March 11, 2008 Посмотри на етот изходник, надеюсь поможеть http://developer.sonyericsson.com/site/glo...e_webserver.jsp Спасибо большое, плюс тебе) Quote Link to comment Share on other sites More sharing options...
Colix Posted March 11, 2008 Author Report Share Posted March 11, 2008 Спасибо большое, плюс тебе) Кстати там как передавать картинку, а если мне нужно текст? Quote Link to comment Share on other sites More sharing options...
Darhazer Posted March 11, 2008 Report Share Posted March 11, 2008 (edited) String postData = "varname1=value1&varname2=varname2"; ... os.write(postData.getBytes) И убираеш все лишное... А также setRequestProperty("Content-Type", "text/plain"); примерно... Edited March 11, 2008 by Darhazer Quote Link to comment Share on other sites More sharing options...
Colix Posted March 11, 2008 Author Report Share Posted March 11, 2008 String postData = "varname1=value1&varname2=varname2"; ... os.write(postData.getBytes) И убираеш все лишное... А также setRequestProperty("Content-Type", "text/plain"); примерно... Спасибо Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.