Suman

Results 15 comments of Suman

I just submitted a pull request which I think addresses this. It does not get the version, but it detects Blackberry phones and tablet (Playbook) correctly.

Hi, sure. The only problem with that is: in my specific tests, I often have a "higher level" categorization based on OS, and a lower level one based on the...

Hello, I believe this is fixed, and can be closed, yes? :)

There shouldn't really be a restriction - what sort of restriction are you seeing?

I see. Can you limit that in the backend? Or do you want to restrict that in the front-end plugin?

Right, I see. You might need to edit the Javascript file that comes with this though ... are you able to do that?

Thanks! Do you have a forked version on GitHub, rather than just as a download, so you can commit a pull request to merge?

Thanks for your work on this! Can you let me know if these are the only changes needed: - In config/routes.php, add more router for upload plugin: $routes->connect('/ajax_multi_upload/:controller/:action/*',['plugin' => 'AjaxMultiUpload']);...

Excellent question! Unfortunately I am not sure how to make this work. :/ The uploader relies on the model name and ID to correctly organize the directory structure, since it...

Nice! Using afterSave() is a great idea, though you would still need to have an idea of which temp directory holds the right files and pass that along as well...