angular-filemanager
angular-filemanager copied to clipboard
Upload button does not activate
When using the php-local bridge reads good the files but when uploading, the modal opens, I select a file and the upload button keeps disabled. But, if I clic again in the "select files" button makes a request to the server and saves the file. It is a bad configuration that I'm missing?
Tested with apache and the build in server, here is the basic implementation http://doctorassistant-dev.us-west-2.elasticbeanstalk.com/filemanager
thanks
I confirm having the same problem.
On the demo if I request bower.json it says 1.5.1 My bower.json says 1.5.1
This problem does not exist on the demo, but does on my localhost. I confirmed the inProcess flag is incorrect. If I remove that flag it does let me upload. Why am I getting different behavior despite apparently being on the same version as the demo?