Perfect File Uploads Example
Perfect File Uploads Example Project
This repository holds an example of File Uplaods functionality and is a companion example to https://medium.com/@iamjono/manage-file-uploads-with-server-side-swift-d6f195f77213
Compatibility with Swift
The master branch of this project currently compiles with Xcode 8.3 or the Swift 3.1 toolchain on Ubuntu.
Building & Running
The following will clone and build the project and launch the server on port 8181.
git clone https://github.com/PerfectExamples/File-Uploads.git
cd File-Uploads
swift build
.build/debug/FileUploads
You should see the following output:
[INFO] Starting HTTP server localhost on 0.0.0.0:8181
This means the server is running and waiting for connections. Access http://localhost:8181/ to see the greeting. Hit control-c to terminate the server.
Issues
We use JIRA for all bugs and support related issues.
If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to http://jira.perfect.org:8080/servicedesk/customer/portal/1 and raise it.
A comprehensive list of open issues can be found at http://jira.perfect.org:8080/projects/ISS/issues
Further Information
For more information on the Perfect project, please visit perfect.org.