Multiple Files Upload: Clojure Rest Service

238 Views Asked by At

I want to upload multiple file from angularJS to Clojure Rest service. I have studied this answer but it is not for angularJS and Clojure Rest Service therefore, I cannot understand how to implement it. Please provide an example to this problem. Thanks.

1

There are 1 best solutions below

0
On

It seems that your question really has two parts:

  1. How to upload multiple files from AngularJS to the server - I believe you can find lots of online help on this; look here e.g. Angularjs how to upload multipart form data and a file?

  2. How to process multipart uploads on Clojure server side - this is something that's covered by the SO question you linked in your description: Using Compojure, Hiccup and Ring to upload MULTIPLE files