Yes I did. I get these errors when I do that:
ERR_CONNECTION_RESET 400 (Bad Request)
ERR_CONNECTION_RESET 400 (Bad Request)
[object ReadableStream]
Uncaught (in promise) Error: [object ReadableStream]
It looks like it’s trying to load the entire csv file into the url, instead of the name of the file.
Is there something special about a csv file vs an image file because the same code works when I try it with an image. Don’t really understand.