Posts by Vinicius Castro • 21 points
2 posts
-
1
votes2
answers497
viewsA: How to reload the page in Express / nodejs
You are using some module to load your route, otherwise I indicate a so-called consign. You will install via npm npm install --save consign Import in your application var consign =…
-
1
votes1
answer128
viewsQ: Save uploaded file to Ajax in backend Node
Hello I have a backend in Ode and I’m getting this ajax request var arquivo = $("#assinatura"); arquivo.on('change', function (event) { if (arquivo[0].files.length == 0) return false; var data = new…