Ajax form in a normal form

You're going to have problems - AJAX can't typically access file fields (for security reasons). Is there any reason that you can't just add the file fields directly to the ticket? Maybe with some JS to show/hide them?

--Matt Jones