Posts by Anderson Augusto • 21 points
2 posts
-
0
votes0
answers86
viewsQ: Image Upload with Ajax (fakepatch) to PHP
I’m taking data from a form (HTML) to register in my database, the data is coming as follows in the Firefox Console. http://prntscr.com/ig4kcm. In my view the problem seems to be in the $_FILE…
-
1
votes1
answer143
viewsQ: "void *Reader(void *i)" What is the equivalent in C++?
I am studying Operating System and I have an exercise to do in C++ and I am with dual (the book brings only in Java), I have to implement a classic problem of reader and writer using semaphores and…