newb Qu - how to get a file upload form inside a modal window

They have: 11 posts

Joined: Apr 2010

Hey there everyone

I'm a bit new to javascript and having a bit of a problem.

I have a page users can click to upload a photo. When users click I want a modal window to pop up with a simple file upload input inside it and a submit button. I have this working except that when users click submit nothing happens. I'm using nyroModal [url]http://nyromodal.nyrodev.com/#demos[/url] and the code I use is:

[CODE]

File Name

[/CODE]

If I take the code out of the div=id"test" the form appears on the normal page and submits just fine. Inside the test div tho the modal window pops up with the form inside but the submit button does nothing.

Can anyone enlighten me what I'm doing wrong?