-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 681 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sfPluploadPlugin By Kevin Dew <kev@dewsolutions.co.uk>
======================================================
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 files
This 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/788986
It'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.