Re: how to make a File upload server code for a Android Client

2012-10-30 Thread Lance Java
Since you will be constructing a HTTP post programatically (instead of posting a form generated by a tapestry page) you might want to consider reading the File via MultipartDecoder.getFileUpload(String parameterName) on the server side. http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/u

Re: how to make a File upload server code for a Android Client

2012-10-30 Thread dinesh707
Thankx -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-make-a-File-upload-server-code-for-a-Android-Client-tp5717405p5717411.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: how to make a File upload server code for a Android Client

2012-10-30 Thread Lance Java
FYI, (android != java). It's dalvik! This question is not really tapestry related and would be better asked on android forums. The fact that you're posting the file to a tapestry server is irrelevant at this point. If there's not a core android API to upload a file via HTTP you should consider usi