jquery - ajax form postback with file upload controls -


i using iframe support posting form contains file upload controls (without requiring full-page refresh). there more 'up-to-date' ajax mechanism these days posting form in way? jquery ajax support file upload controls in forms?

xmlhttprequest (ajax) doesn't support file uploads (yet). iframe way stock html4.

you try using plugin http://www.plupload.com/ uses gears, flash, silverlight, html5 gears or html4 based on browser.


Comments

Popular posts from this blog

java - netbeans "Please wait - classpath scanning in progress..." -

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -