Post data not submitting properly with jQuery form plugin?

Try adding the enctype attribute to the form tag of the dynamically created content.

Try adding the enctype attribute to the form tag of the dynamically created content: Also, if your uploading script is called from within $(document). Ready, it will only be called once when the page loads. If you want it to apply to dynamically created forms, use the `live()' method: $('form#uploadSongToAlbum').

Live('submit', function() { // ajaxSubmit code here.... }).

You. Are. Awesome.

Thank you so much. It works great and submits like a charm. – Bill Riley Aug 17 at 18:45.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions