Sebastian Westberg
Results
2
comments of
Sebastian Westberg
Same here! 2022.6.1 on Kali.
For those interested in selecting and uploading multiple images at once (modified the code provided by @TaylorPzreal): ```javascript function selectLocalImage() { const input = document.createElement('input'); input.setAttribute('type', 'file'); input.setAttribute('multiple', 'multiple'); input.setAttribute('accept',...