Posts by Diogo Ataides • 3 points
3 posts
-
0
votes1
answer155
viewsA: SWITCH FROM VERTICAL MENU TO HORIZONTAL MENU
Search on media queries .sidebar-menu { background-color: #233366; position: fixed; top: 0; left: 0; height: 50px; width: 100%;} .sidebar-menu ul { list-style-type: none; padding-top: 71px;}…
-
0
votes1
answer66
viewsA: How to return a variable from an attached form?
Because it is passing a file in the request, because of the enctype, it is necessary to read some npm package (at least it is one of the alternatives), maybe Multer or connect-multiparty. For…
-
0
votes1
answer86
viewsQ: Photo coming from the camera is rotated
<input onChange={this.mostra} type="file" accept="image/jpeg" name="img" id="perfilfoto"/> Function called when I choose a photo before sending; mostra = ()=> { var doc =…