I have a simple form that does nothing more than let the visitor
choose an image from their hard drive, and then upload it to the
server. It doesn't have any other fields than the <input
type="file"...f ield and, currently, a submit button. It's really
part of a larger form, but it's called in as an iframe so it's
technically a stand-alone form.
My question is, is it possible to submit the form as soon as the image
is selected, so that they won't have to click the Submit button? I
started playing with it and can probably make it work with onBlur, but
that's not exactly right because it still requires that second click
of the mouse.
TIA,
Jason
choose an image from their hard drive, and then upload it to the
server. It doesn't have any other fields than the <input
type="file"...f ield and, currently, a submit button. It's really
part of a larger form, but it's called in as an iframe so it's
technically a stand-alone form.
My question is, is it possible to submit the form as soon as the image
is selected, so that they won't have to click the Submit button? I
started playing with it and can probably make it work with onBlur, but
that's not exactly right because it still requires that second click
of the mouse.
TIA,
Jason
Comment