Skip to content

lvyile/perfect-file-uploads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfect Server Side Swift File Uploads example

Fork or check out, then swift package generate-xcodeproj in terminal, open Xcode build & run.

How to test: upload in terminal:

cd webroot

curl -i -X POST -H "Content-Type: multipart/form-data" -F "data=@languages.png" http://localhost:8080/upload

display on broswer:

http://localhost:8080/image

About

Perfect Server Side Swift File Uploads example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 81.2%
  • HTML 18.8%