Skip to content

Using the plugin with Spring Service

Carlos Martínez edited this page Jan 10, 2015 · 2 revisions

AJAX POST request to Spring Service

When using the jquery-upload-file plugin against a Service built using the Java Spring Framework, the method that will be exposing the Upload service inside your Controller should look like this:

Java Code

You can have a look at the Stackoverflow post that covers this issue.

Clone this wiki locally