I recently started developing an application in Angular JS and Node Js, it's completely a new stuff for me, I am right now into tricky situation where I want to upload the images or files to a folder where my Angular application is hosted, I am using node js as REST API which is running on the different server whereas Angular JS part is hosted on the different server, all I want to do is to save files uploaded by the users to Angular JS server, I don't know exactly how achieve it. I can make calls to my Node js server and pass file to it and save it their, but my problem is that node js app hosted somewhere else and my angular js is app host somewhere, I want to save my files to angular js server folder
Any suggestions and help from you guys would be much appreciated
Thanks in Advance