Posts by Denise • 71 points
3 posts
-
2
votes1
answer406
viewsA: Upload File Nodejs
beauty? It is because the diskStorage uses the physical address of the system to store the files on disk in the destination option. That is, if you put only one bar before the string in the…
-
0
votes1
answer324
viewsA: Problems Running Angular Localhost
You probably can’t find the file because of the configuration that was made for the localhost (for example, put the server to point to src folder and directly link a file in the code to a higher…
-
2
votes1
answer437
viewsA: Aligning objects on the screen using bootstrap
This is because of the grid. To move the columns to the right, respecting the grid, use col-Md-offset-* (or in the media query you prefer). Run the example I did and take a look at the HTML to see…