• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Parameter field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Parameter field

    How to get parameter field from extjs to rpg.
    Upload file, i like to verified the file before upload.
    can show me how to do in front end and get the param in rpgle

    thx

  • #2
    Don't try to send parameters with the file upload. Do it as a two-step process. First make a standard call from the UI to an RPG action with your parameters and validate everything you need to. Then if everything is good, upload the file in a second step.

    Comment


    • #3
      Nice... thx

      Comment

      Working...
      X