After a javascript-inputfile is selected, it is automatically submitted. What is the action?

Source: Internet
Author: User
& Amp; lt; inputtype & quot; file & quot; & amp; gt; & amp; lt; input & amp; gt; After selecting a file, what actions should I use for automatic post ?.
After this control selects a file and wants it to automatically post it, what action should it use?

.

Reply content:


After this control selects a file and wants it to automatically post it, what action should it use?

.

If yourinput[type="file"]Is informIs listening toinputOfchangeEvent, and then actively call it in the event processing functionform.submit(). (IfformInsubmitTypebuttonOrinputIt can also trigger theirclick.)

IfformIs a separateinput[type="file"]You may needchangeThe event handler function submitted through ajax (modern browsers can directly useFormData).

When a file is selected, the onchange event is automatically triggered. You can trigger a function in this event.

Demo

After a file is selected, the change event is triggered. In the callback function of the change event, the form submit method can be triggered.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.