You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add files to multiple input instead of replace? I mean currently file(s) are replaced by new one(s) on upload. I'd like to have a possibility to change such behavior. For example, I want to upload 1.txt, then 2.txt. Currently the result would be 2.txt, while I want it to be 1.txt, 2.txt.
The text was updated successfully, but these errors were encountered:
Is it possible to add files to
multiple
input instead of replace? I mean currently file(s) are replaced by new one(s) on upload. I'd like to have a possibility to change such behavior. For example, I want to upload1.txt
, then2.txt
. Currently the result would be2.txt
, while I want it to be1.txt, 2.txt
.The text was updated successfully, but these errors were encountered: