October 2016

how to submit form using iframe

How to Submit a form with the target set to a script-generated iframe on IE

(nice title, isn’t it?) 😉 Although AJAX techniques are now widespread among the web-developers community, there’s still something that can’t be done using pure AJAX techiques (whatever that means): file uploads. There’s no way to grab a file using JavaScript and send it to the server using an asynchronous request. I guess the main reason

How to Submit a form with the target set to a script-generated iframe on IE Read More »