Posts by Caio • 3 points
3 posts
-
0
votes3
answers332
viewsA: Container problem on Docker
I had the same problem, Executes the command docker restart /postgres or docker rm /postgres (to remove). Even if he is not listing in ps, he still has a running service. Try to remember the…
-
-4
votes1
answer42
viewsA: PHP variable does not update chat in JS
If this js code is out of php, it wouldn’t be possible to do it that way. What you would do is make an ajax for a file. php that gets the data and then pass to js using json....
-
0
votes0
answers26
viewsQ: Preview PDF javascript
I have a system that uploads files and image, with the js Filereader I was able to render the image according to the input file change event. My question is this: It is possible to preview text…