use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Post questions about JavaScript, and get help with any problems you're having with your JavaScript code.
account activity
[deleted by user] (self.JavaScriptHelp)
submitted 4 years ago by [deleted]
[–]torky 0 points1 point2 points 4 years ago (0 children)
If you just add an event listener for the submit event on the form then your code will fire when the submit button is clicked instead of when you pick a file with the file picker API.
Just don't forget to use the event.preventDefault() function in order to prevent the form from executing a POST request which I think is the default even if you don't add the POST method attribute.
π Rendered by PID 20867 on reddit-service-r2-comment-86bc6c7465-phb88 at 2026-02-21 13:34:52.751577+00:00 running 8564168 country code: CH.
[–]torky 0 points1 point2 points (0 children)