Anon
Topics referred to by the same term
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>File Upload for Wikipedia</title> </head> <body> Upload File to Wikipedia Commons. <form action="https://commons.wikimedia.org/wiki/Special:Upload" method="post" enctype="multipart/form-data"> <label for="file">Select file to upload:</label> <input type="file" id="file" name="file" accept="image/*,video/*" required> .
https://en.wikipedia.org/wiki/Anon