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
I want to select one file for each input. After selecting all files I want to upload all files manually.
When i select 2nd or 3rd inputs I get limit error for the 1st and 2nd.
The text was updated successfully, but these errors were encountered:
File Details:
`
<script> $("#file1").pekeUpload({ limit: 1, onSubmit: true }); $("#file2").pekeUpload({ limit: 1, onSubmit: true }); $("#file3").pekeUpload({ limit: 1, onSubmit: true }); </script>`
I want to select one file for each input. After selecting all files I want to upload all files manually.
When i select 2nd or 3rd inputs I get limit error for the 1st and 2nd.
The text was updated successfully, but these errors were encountered: