Update README.md

This commit is contained in:
Pierre-Olivier Latour
2014-03-29 19:43:43 -07:00
parent 3f9aef4dd6
commit 4a93b19385

View File

@@ -55,10 +55,10 @@ int main(int argc, const char* argv[]) {
}
```
Adding File Upload & Download to iOS Apps
=========================================
Adding File Upload to iOS Apps
==============================
GCDWebUploader is a subclass of GCDWebServer that provides an HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using their web browser.
GCDWebUploader is a subclass of GCDWebServer that provides a ready-to-use HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using a clean user interface in their web browser.
Simply instantiate and run a GCDWebUploader instance then visit http://{YOUR-IOS-DEVICE-IP-ADDRESS}/ from your web browser: