Last active
February 5, 2021 07:34
-
-
Save luojiyin1987/ceccda286da91a60d826cfc9f707324f to your computer and use it in GitHub Desktop.
use jquery from input copy upload file to other input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('#pic1')[0].files = $('.bcpo-file input')[0].files; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment