Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yavuzKomecoglu/d76fa0772533e6fcec6d1e72f7825b92 to your computer and use it in GitHub Desktop.
Save yavuzKomecoglu/d76fa0772533e6fcec6d1e72f7825b92 to your computer and use it in GitHub Desktop.
<form id="upload-file" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="InputFile">Resim Dosyası:</label>
<input name="image" type="file" class="form-control-file" id="InputFile" aria-describedby="fileHelp">
<small id="fileHelp" class="form-text text-muted">Tanımak istediğiniz resmi bilgisayarınızdan seçiniz</small>
</div>
<button id="upload-file-btn" type="button" class="btn btn-primary">Gönder</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment