j2me or android file upload to jsp
- by user313613
hi i new to mobile development i like to upload the file from blackberry and android
how to develop the mobile side to this jsp page.
please do reply me
thanks
here i mention the jsp file from roseindia.net.
<%@ page import="java.io.*" %
<%
//to get the content type information from JSP Request Header
String contentType =…