Menu

How Do I call other domain server (servlet) through uploader

Irsath
2015-04-13
2015-04-13
  • Irsath

    Irsath - 2015-04-13

    I have called the servlet by calling setUploadURL method with "/servlet-name". It is working fine only in local and not in remote machine.

    When I deploy the project in another server and try to access server side, I got the following error : HTTP 404 error

    Please help me

    How Do I call the servlet?

    Need to call any other method in uploader object to preserve URL or any other things?

     
  • Shawn Quinn

    Shawn Quinn - 2015-04-13

    Sounds like either the domain, port, or path is incorrect on your remote machine. If you open up the debug console in your browser and take a look at the "Network" tab, you should be able to see the full path that the uploader will be posting to.

     

Log in to post a comment.