Error is returned with and without join('file:///', item)
I'm trying to loop through my pictures and POST them to my server.
I believe the problem is with AI2 and not my code, as my server isn't giving an error.
P.S. Am I suppose to have file:///?
Edit: Patch request works, but post doesn't.
Item is a full path to the file (DCIM/Camera/{photo}). The files are photos I've taken.
Adding a blank event handler didn't fix the problem, unfortunately. One of the videos I found said it was related to the url, but didn't say how to fix it.