Posts by Romulo Fernandes • 34 points
2 posts
-
1
votes1
answer800
viewsA: How to access Httperrorresponse data (error.Message) by Angular 2 (7)?
the variable error of the "console.log('error', error);" is an object, so there are several other objects within the variable error. so if you access error.error Voce consequent accessing the…
-
-2
votes1
answer332
viewsQ: File_exists solution in php check
Alternative function for the file_exists function() define('BASE', 'http://localhost/seusite'); public static function checkImageExists($urlImage) { $filename = BASE . "/uploads/{$urlImage}";…