Posts by Caio Pereira • 41 points
4 posts
-
1
votes0
answers35
viewsQ: Is it possible to integrate the express-Validator with the multer?
I am developing an API for study and in this API I have the functionality to add a vehicle, in which I recover the data passed by the user and an image. But as I am using the express-Validator,…
-
1
votes1
answer26
viewsQ: Error with custom validation with express-Validator
I’m trying to do a personalized validation with express-Validator that must return an error message if the value is different from null and has a different value than 10 characters, and which must…
-
0
votes1
answer41
viewsQ: Error in listing filter with php and jquery
I was trying to make a list filter, I would like every time that the select changes its value to update my table, but there’s an error that I can’t find, when starting the page or changing the…
-
0
votes1
answer19
viewsQ: Code error, buttons are doing the same form input functions
I am making a code in php and I am having a problem, the buttons (which would be to delete and Abir a PDF file) are doing the same function as the form Input, I would like to know how I could solve…