cancel
Showing results for 
Search instead for 
Did you mean: 

file down load using webservice

Former Member
0 Kudos

hi,

i need to download files from the server context path to the client using webservice .

regards

Guru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

UP

regards

Guru

Former Member
0 Kudos

Hai Guru,

Read the File into byte[] and return it in web service,

Consume that web service on the client convert the byte[] into file,

Or

Try web service with attachments.

regarads,

Naga