__construct()
__construct(string $name = 'data_uploader')
JQueryFileUploader constructor.
Create a new extended instance of file uploader
Parameters
string | $name | The upload html field name |
handle(string $target = '',boolean $keep = false): \FAA\Obj\Result
Handle the upload This method is the interface function to the underlaying plugin
string | $target | The target path, absolute path to new file |
boolean | $keep | When set to true, old files with same name wont be overwritten |
A system result object