V
VUNETdotUS
I am curious, how does Gmail do image upload with AJAX? I read they
use a hidden iframe to submit images with enctype="multipart/form-
data" form. If so, what is the structure? When user selects an image
file, does JS communicate with the iframe and copies values from one
form to the form inside of that iframe to submit? Can anyone share the
thoughts or, perhaps, there is a great example to look at?
Thanks
use a hidden iframe to submit images with enctype="multipart/form-
data" form. If so, what is the structure? When user selects an image
file, does JS communicate with the iframe and copies values from one
form to the form inside of that iframe to submit? Can anyone share the
thoughts or, perhaps, there is a great example to look at?
Thanks