Posts by Yury Tinos Pinheiro • 26 points
1 post
-
1
votes1
answer58
viewsA: How to upload content from other files using javascript?
For local testing it is not possible to call a file because the browser blocks because it does not identify the origin of the call, CORS, mainly in Chrome. The suggestion is to use a micro server,…