I have a Windows 32 App. In the App you can create an image which is saved to the apps temporary directory. I then attempt to upload this image to a cloud server location through the network.upload method.
This works fine in the corona simulator and when used in an App, but when I compile the App and run it as a Win 32 EXE it fails. The error is “Unknown error”. Nothing is hitting our servers and we have tried to run it locally.
I am sure this used to work. The weird thing is that the file is accessible - I can display it within the App - but the network.upload just seems to generate this error.
Any ideas? Has this been disabled for Win32?