Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/sfpluploadplugin
https://github.com/joshuaestes/sfpluploadplugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuaestes/sfpluploadplugin
- Owner: JoshuaEstes
- License: mit
- Created: 2011-11-18T20:34:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T21:05:52.000Z (almost 13 years ago)
- Last Synced: 2024-05-01T18:56:20.383Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
sfPluploadPlugin
================Allows you to use plupload with symfony. See http://www.plupload.com/ for info
on Plupload.Plupload version included: 1.5.1.1
Installation
------------# settings.yml
all:
.settings:
enabled_modules:
- sfPluploadDeactivating autoregistration of route
--------------------------------------# app.yml
all:
sfPluploadPlugin:
register_routes: falseYou will then need to create a route in your routing.yml file like so:
# routing.yml
sf_plupload_upload:
url: /sfPlupload/upload
param: { module: YourModule, action: YourAction }