Posts by Vinicius • 19 points
4 posts
-
-1
votes0
answers17
views -
-3
votes1
answer95
viewsQ: API query blocked by CORS
Expensive, I am calling an API, but it is being blocked by CORS. I have installed an extension in my browser that enables and disables CORS. When enabled the API returns the expected data, but when…
-
0
votes2
answers70
viewsQ: Fadein and Fadeout in sequence
I have a challenge that I need the Divs to appear in sequence, one after the other. To do this, I created a loop that performs the functions of FadeIn() and FadeOut() for each DIV element of my…
-
2
votes1
answer224
viewsQ: Timeout to Upload FTP file in PHP
Friends, I am trying to develop the upload of files to FTP by PHP. When running it it successfully connects to the FTP server. However, the page keeps loading until a timeout and does not finish…