> > But as I stated above, the problem is the <div> element which contains the > _formname and _formkey is not getting generated on the page for the image > upload form and I think that it might be creating the problem. > > What can be the reason for it ? >
Did you see my other reply? It sounds like you are not calling form.accepts (or .process or .validate) when the form is initially created. It will help if you show your current code. Anthony