javascript - <input type="file">When the file is being uploaded, there needs to be a pop-up box prompting that it is being uploaded. The pop-up box disappears after the upload is completed. How to write this?
代言
代言 2017-07-05 10:51:48
0
2
949

<input type="file">When the file is being uploaded, there needs to be a pop-up box prompting that it is being uploaded. After the upload is completed, the pop-up box disappears. How to write this?

代言
代言

reply all(2)
给我你的怀抱

First of all, uploading is a method. Once you enter the method, it is uploading. You can trigger and open this pop-up window.
In the request after uploading, no error is returned. Just close the pop-up window.

phpcn_u1582

A better implementation is to use HTML5 File API. For details, please refer to https://www.ibm.com/developer...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template