Hi,

I am new in Jquery. I am trying to add file upload field in an form.
We can't user $("#container").html() or text() for file upload field
because they will not pass the values to other pages. So we have to
create an element on the fly. I am not able to figure it out that how
can i create an element on the fly ?  I am using add() however it is
not working for me.

Can anyone help me about this. i need to create three file upload
field on the fly when an users click on an button having id as
container.


Thanks

Reply via email to