plupload-handler-php icon indicating copy to clipboard operation
plupload-handler-php copied to clipboard

Convenience Class to handle Plupload originated file uploads.

Results 7 plupload-handler-php issues
Sort by recently updated
recently updated
newest added

how to handle additional information in form like title or section number ? I've included `up.setOption('multipart_params'` for additional params but how to handle them in php file ?

Not an issue, just a question (had no idea where to post otherwise - sorry if this is the wrong place). Does this script handle pausing/resuming of uploads and network...

in some of our project we need to send files above php max-limit with chunking and do not want to chmod upload directories. so i write FTP add-on to PluploadHandler.php....

Hello, When using chunks, the final file is recomposed from chunk files. This procedure takes a lot of time: takes as much as you were copying the file intro another...

Hi, I see that this page talks about other environments: http://www.plupload.com/docs/Chunking for a convenient server-side handler, but only see a PHP variety. Is this example mature enough now to implement...

It's in the config params, but it's not used anywhere.

Is this class receive any development attention? It would be nice to implement max file size check.