Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

176
Vistas
Upload CSV to Azure SQL or Blob Storage on button click

I am in the process of creating a web app that will let users upload a CSV file to a Azure SQL database or a blob storage container, whatever can be done with JavaScript. I don't have a lot of experience with programming and was hoping someone could point me in the right direction.

So far, all I have is a simple HTML webpage with the buttons I need: enter image description here

As of right now, clicking Choose File will open file explorer so a user can upload their csv file. My goal is that when a user chooses a file and clicks Submit, the file that they upload (CSV Only) will be imported into a SQL table that I will create.

Is this possible with JavaScript? If so, can anyone give me an example of how to achieve this, or let me know if I need to use a different language to do so?

I was hoping it would be something like this:

<input type="file" id="upload1">
<input onclick="upload()" id="submitMain" type="submit">
function upload(){
    //upload file to SQL
}

Thanks.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can check below link using .NET. You might want to customize it a bit based on your requirements if needed.

https://github.com/Azure-Samples/storage-blobs-dotnet-export-import-excel-blob-to-from-db

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda