Can we use JFileUpload in Web Service

Upload core product.
Post Reply
testalo
Posts: 1
Joined: Tue Jan 08, 2013 1:52 pm

Can we use JFileUpload in Web Service

Post by testalo »

Hi All,

I wish to use JFileUpload to upload files to server. I have a web service written in coldfusion and I wish to upload files by calling this web service. So does JFileUpload Can be used for this purpose? If so can you let me know how can we achieve this.

Regards
Dev

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Can we use JFileUpload in Web Service

Post by support »

Is this web service accept multipart HTTP POST request for upload? If yes then you can use it.

Post Reply