You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
5 years ago
|
<form action="/app/create" enctype="multipart/form-data" method="post">
|
||
|
<label for="app_first_release_apk">APK</label>
|
||
|
<input type="file" id="app_first_release_apk" name="apk">
|
||
|
|
||
|
<button type="submit">Upload</button>
|
||
|
</form>
|