2014-05-27

I have a form that allows users to create events. Inside this form I have a form for an image upload. The HTML looks like this:

This is what my upload_image.php, which processes the image upload, looks like:

As I found out, it is not possible to nest a form into another one. What would be the solution here?

Show more