Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

268
Visualizações
How to Make a HTML Form Where Files can be Submitted.\

I'm kind of new to HTML, (not totally) and I was wondering the easiest way to create an HTML form page where users can submit files to. I have tried looking up many pages and tutorials, but they don't seem like what I need. I would want something where someone can submit a file and give it a name and it sends it to a database or something. Does anyone have a webpage where I can find a tutorial (or a video)?

Sorry if this is off-topic in anyway.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Okay, so what you wanna do is do a POST request.

<form method="POST" action="/addFile" enctype="multipart/form-data">
  <div>
    <label><h4>Name of file</h4></label>
    <input type="text" name="file_name">
  </div>
<div class="form-group">
  <input name="photo" type="file">
</div>
  <div>
    <button type="submit">Submit</button>
  </div>
</form>

After this, you want to catch this route with at POST request, and handle the input. You can do this in javascript or php etc.

Checkout Node.js or Laravel - im a big fan of laravel, and Laracasts has the tutorials you are asking for, for free at laracasts.com

Check this out (Laravel - PHP): https://laracasts.com/series/build-project-flyer-with-me/episodes/5

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda