Posts by Erick Figueiredo • 5 points
3 posts
-
-2
votes0
answers35
viewsQ: Upload files to Node.js using multer
I’m using multer to upload files to my backend. However, I am in a situation where I need to upload several files along with other data to a form, however each file may contain an associated…
-
-2
votes1
answer33
viewsQ: Modify htacess to allow download of xml files
I have the following code in my file ". htacess" RewriteEngine On #Options All -Indexes ## ROUTER WWW Redirect. #RewriteCond %{HTTP_HOST} !^www\. [NC] #RewriteRule ^…
-
-1
votes1
answer998
viewsQ: View data in real time
I am trying to display a data taken directly from my database with this script: <script> setInterval( function contaUser(){ document.write,("<?php $sql = "SELECT Count(id) as c FROM…