简体   繁体   中英

Mule ESB integration in AngularJS

I am building an application using AngularJS . There is one file upload module in my application where users can upload multiple files at a time. I was told to use Mule ESB to do this module. How can I integrate Mule ESB to my AngularJS application?. Is there any good tutorials which explains my query?.

Just expose an HTTP inbound endpoint and have your AngularJS application HTTP POST the data to it. Beware of potential CORS issues if you serve your AngularJS app from a different scheme/domain as where Mule is running.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM