is there a way i can file upload using ajax.beginform as i am using jquery dialog and can't use html.beginform
Basically i am implmenting a sort of wizard for initializing website on jquery dialog which need to have ajax there
is there a way i can file upload using ajax.beginform as i am using jquery dialog and can't use html.beginform
Basically i am implmenting a sort of wizard for initializing website on jquery dialog which need to have ajax there
Hey,
There may be issues with that... if you are using JQuery, you may want to consider uploadify http://www.uploadify.com/ or other JavaScript implementations...
HTH.