Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevindew/sfpluploadplugin
A symfony 1.x plugin to handle the saving and validating of files sent by plupload
https://github.com/kevindew/sfpluploadplugin
Last synced: 22 days ago
JSON representation
A symfony 1.x plugin to handle the saving and validating of files sent by plupload
- Host: GitHub
- URL: https://github.com/kevindew/sfpluploadplugin
- Owner: kevindew
- Created: 2010-12-10T00:04:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-26T15:04:08.000Z (over 13 years ago)
- Last Synced: 2024-10-04T19:43:38.004Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sfPluploadPlugin By Kevin Dew
======================================================This is a symfony 1.x plugin for dealing with uploads created by plupload.
This contains:
* An action for receiving requests by plupload
* A class to build together the uploaded filesThis doesn't contain:
* plupload (get it from plupload.com)
* widgets / validators, the one's I've wrote are descendants of other library
code so haven't put them here although I have some examples in this gist:
https://gist.github.com/788986It's designed so that the files can be sent to a url which specifies a form
and a validator which can be used in processing.