Results 1 to 1 of 1

Thread: Upload file from android device

  1. #1
    Join Date
    Oct 2011
    Posts
    4

    Default Upload file from android device

    hi. i do upload file to php server using android device. but i cannot upload file to java server running spring framework. does anybody have any experience? need help. spring framework doesnt get even parameters.


    problem solved. i forgot this
    <bean id="multipartResolver" class="org.gmr.web.multipart.GMultipartResolver">
    <property name="maxUploadSize">
    <!-- 10 MB Max upload size -->
    <value>1024000000</value>
    </property>
    </bean>
    Last edited by azaturkmen; Jun 2nd, 2012 at 04:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •