View Single Post
  #1 (permalink)  
Old 02-26-2007, 03:36 AM
jiggy jiggy is offline
Active Member
 
Posts: 32
Default 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.
Reply With Quote