I have spent days looking for a fairly simple integration of angularjs file upload method that includes a basic php server side script..
I need a simple form one fie
I was also battling with $files being undefined - I'll take a wild guess that you are writing the html code from php and haven't escaped the $ in $files. That was my problem anyway - should be \$files.
Dan