Upload file(s) at one time to doc tree catego

ensoftek wrote on Monday, November 05, 2012:

Hi Brady,

Please review the code for ability to upload multiple files at one time to document tree categories.

The functionality is implemented at “Patient Demographics > Documents” with a provision to upload multiple files from the local disk using the browse button to the selected tree category in a single click.

Please find my code in the below url.
https://github.com/anilnakkani/openemr/tree/multiple_upload_files

Kindly give your valuable suggestions.

Thanks
Ensoftek

bradymiller wrote on Wednesday, November 07, 2012:

Hi anilnakkani,

Rebased your code into one commit and reviewed it here:
http://github.com/bradymiller/openemr/commit/36e7915d6f05d98d7edf798d5f06f24947116d7f
(see bottom of commit to see my comments)

One simple fix was required (to get uploading encrypted docs to word with couchdb), which I just did since simple. Otherwise, code tested well and looks good. I committed your code (and my fix) to sourceforge.

Thank you for the contribution,
-brady
OpenEMR

ensoftek wrote on Wednesday, November 07, 2012:

Thanks Brady

Ensoftek