Hi All,
I need to upload a multipart file using web services.For this i need to call a method in client code to pass that file.That client method accepts file in byte array format.when i try to hit my service my request reached with the error file is not checked in successfully.all other parameters are passed successfully…
Later i found that i need to do some conversions in file format like byte to base64binary.Can anyone please help me to fix this issue.
Thanks in Advance.
Viji Venkat:)