About the usage of upload
About the usage of upload
bobobo
Posts: 24Questions: 9Answers: 1
1 How to integrate upload with Java? I notice there are perfect PHP and .NET lib, but how about java? Do you have a sample java server side handler?
2 How to do Internationalization for upload?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
I don't publish Java libraries for Editor at this time, but there is a third party library called JED which does support Editor, including uploads.
For initialisation of the upload, refer to the
upload
field type documentation.Allan
Thanks, do you know if there is another third party lib which use SpringMVC instead of JSP?
I wrote java handler by myself, the way is to return the same content with official examples. Mow it works. thanks.