Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
avinash_kumar_ispg_in
Posts: 142
Registered: ‎01-02-2012
My Carrier: compny

Posting multipart/form-data in Brownfield

Hi every one

 

I am posting some data on server through browser field and I am getting response as HTML Form data

I which it is posting the data through post method and enctype='multipart/form-data' so it is working fine in os6 but it is not working in os5 what is the problem,

  is it support in os5 or if not any other way to do it please reply me 

 

Here is my Code

 

 

<html>

    <head><title>Processing Payment...</title></head>

    <body >

    <center><h3>Please wait, your order is being processed...<img src=http://184.107.195.21/globalcitysteals//public/default/manage/standard/images/ajax-loader.gif /></h3></center>

    <form enctype='multipart/form-data' name="frmsendpaymentrequest" method="post" action="https://sec.paymentexpress.com/pxmi3/pxfusionauth">

    <input type="hidden" name="SessionId" value="00000100011068068daef1b88891e201"><input type="hidden" name="Action" value="Add"><input type="hidden" name="Object" value="DpsPxPay"><input type="hidden" name="CardNumber" value="4111111111111111"><input type="hidden" name="ExpiryMonth" value="05"><input type="hidden" name="ExpiryYear" value="13"><input type="hidden" name="Cvc2" value="111"><input type="hidden" name="CardHolderName" value="Ambilii"><input type="hidden" value="00000100011068068daef1b88891e201"></form>

    </body></html>

 

thanks

<html>
  <head><title>Processing Payment...</title></head>
  <body >
  <center><h3>Please wait, your order is being processed...<img src=http://184.107.195.21/globalcitysteals//public/default/manage/standard/images/ajax-loader.gif /></h3></center>
  <form enctype='multipart/form-data' name="frmsendpaymentrequest" method="post" action="https://sec.paymentexpress.com/pxmi3/pxfusionauth">
  <input type="hidden" name="SessionId" value="00000100011068068daef1b88891e201"><input type="hidden" name="Action" value="Add"><input type="hidden" name="Object" value="DpsPxPay"><input type="hidden" name="CardNumber" value="4111111111111111"><input type="hidden" name="ExpiryMonth" value="05"><input type="hidden" name="ExpiryYear" value="13"><input type="hidden" name="Cvc2" value="111"><input type="hidden" name="CardHolderName" value="Ambilii"><input type="hidden" value="00000100011068068daef1b88891e201"></form>
  </body></html>
Please use plain text.