/Silex-Upload-File-Example

:floppy_disk: Upload File example with Silex php microframework and Symfony Forms Extension

Primary LanguagePHP

Silex Upload Example (with forms)

This example app shows how to upload a file using SILEX php microframework.

To get it up and running, get composer first:

curl -s http://getcomposer.org/installer | php

and then install the required dependencies:

php composer.phar install