I am wondering if this is possible or not(if not any suggestions).
I have an asp.net mvc 3 site that will have a form with many fields. This form will be submitted by ajax through jquery library.
I want to allow the user to upload one image. I know there are uploaders for jquery that I can use but from what I seen is they got their own upload button.
I am wondering if it is possible to have they select the image but not upload. They then hit the submit button and then everything gets submitted in one go.
Or do I have to first specially upload the image and store it in a session or something then when they submit the form put everything together and do whatever is needed?