Posts by Amanda Marins • 1 point
3 posts
-
0
votes1
answer130
viewsA: How do I delete the image before it is uploaded using Multer?
I have already solved it. I check whether or not the image exists and put in the update function. const deleteFile = (filePath) => { fs.unlink(filePath, (error) => { if (!error) {…
-
0
votes1
answer130
viewsQ: How do I delete the image before it is uploaded using Multer?
I’m having some difficulty with Javascript and Nodejs. I’m new to them. I made an application in React Native and the person can choose to delete their profile image. There are also images in the…
-
-1
votes1
answer424
viewsQ: Problem when placing a Stacknavigator inside the Drawernavigator
I have a problem when creating a browser Stack on the screen Home. I put a button and wanted you to navigate to the other screen "Map". But it gives this error when opening the program: Creating a…