I have a modal that I implemented using the jQuery Colorbox and the modal works great for everything. However I have to have the functionality of an 'Update Your Picture' Member picture area and I wanted to acheive this through AJAX. Apparently this is possible but not really through AJAX. I have tried to implement the AJAX Upload function using this guy's method
but am not being sucessful, I am starting to think that it is because I load the functionality into the DOM later on (because of the modal). Does anyone have any method and examples for doing a photo upload done with javascript(jQuery preferably) and ASP.Net (C#). It would be greatly appreciated.
Thanks