T
TopMCSD
Hi,
I need to return a PDF file (~60KB) from my aspnet web service.
The client/consumer is using php.
1) Is attachments faster?
2) Will the client have any problems consuming attachments?
If attachments are not faster and open, then I am just going to Base64
the file and return it in an element.
Thomas
I need to return a PDF file (~60KB) from my aspnet web service.
The client/consumer is using php.
1) Is attachments faster?
2) Will the client have any problems consuming attachments?
If attachments are not faster and open, then I am just going to Base64
the file and return it in an element.
Thomas