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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -