Skip to content

Instantly share code, notes, and snippets.

@luojiyin1987
Last active February 5, 2021 07:34
Show Gist options
  • Save luojiyin1987/ceccda286da91a60d826cfc9f707324f to your computer and use it in GitHub Desktop.
Save luojiyin1987/ceccda286da91a60d826cfc9f707324f to your computer and use it in GitHub Desktop.
use jquery from input copy upload file to other input
$('#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