Tutorial: Uploading files demystified | Corona Labs
Corona's network.* library contains an API called network.upload () which is a simple method for uploading files to a server, assuming that your server handles the simple method of uploading files using HTTP PUT. Most existing scripts that accept file upload probably won't work with network.upload () because they're looking for an HTTP ...