This symfony2 project is a test environment for faparicior/FARSymfony2Upload bundle.
faparicior/FARSymfony2Upload bundle adds integration to the BlueImp/Jquery Upload Plugin using 1up-lab/OneUpFlySystemBundle filesystem abstraction layer.
- Clone the project
git clone https://github.com/faparicior/FARSymfony2Upload.git
- Install the components
composer install
- Launch a php server instance
php app/console server:run 127.0.0.1:8080
- Test the app
Open your browser and type the url http://127.0.0.1:8080/index_2.html To test the SAVE action, simulate a post request (with postman or similar) with the URL http://127.0.0.1:8080/farupload/save/123.
- This demo app simulates a UPLOAD and SAVE action with a '123' UID.
- The files are stored in ./web/tmp for temporary files and ./web/images for definitive files.