How to submit zimlet form data using POST request method....?? Hello,
I have made a zimlet form.
In this form i have provided some Dwt Widgets like Buttons,Drop downs,textfields.
Now when i fill up the form on the click event of a button i want to submit the details filled into the widgets to the server using a POST method since i will be having so much data that it will not get handled through GET method.
So how can i achieve this POST thing....??
Thanks. |