The input type file empties the content after it is uploaded.

Source: Internet
Author: User

Last time I wrote how to upload a file, after the successful upload, there will be some problems.

When I open the uploaded file, but did not click Upload, then close the pop-up window, and then continue uploading the file just now. In order to meet the requirements of the product group, we generally will cover the style.

But there will be some problems. In that case, when I open it again, the content of the overlay style is empty.

In fact, just at the beginning is baffled, and finally think about it, it should be the file content is not empty cause.

Surf the internet to check out the various methods of emptying.

More commonly used is the external plus a form form, and then empty the form inside the contents of the form.

Like, I add a form tag to the input tag, id videoform

Our product requirements upload file is in a box inside.

So every time I open the box, I just need to clear the content.

Specific code

document.getElementById (' Videoform ') &&document.getelementbyid (' Videoform '). Reset ();

The second method is

The action after each commit succeeds.

document.getElementById ("). outerHTML = document.getElementById ("). outerHTML

The input type file empties the content after it is uploaded.

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.