I get this error using network.upload --> Error opening request body file
Not sure what that means…
I get this error using network.upload --> Error opening request body file
Not sure what that means…
The problem was that the file was an image, and I was displaying the image at the same time it was being uploaded. I got past this by making a copy, using this function;
https://docs.coronalabs.com/daily/guide/data/readWriteFiles/index.html#copying-files-to-subfolders
The problem was that the file was an image, and I was displaying the image at the same time it was being uploaded. I got past this by making a copy, using this function;
https://docs.coronalabs.com/daily/guide/data/readWriteFiles/index.html#copying-files-to-subfolders