Unable to parse Multipart form data file of DAM Upload
Hi,
When we upload file in upload, request will go to CreateAssetServlet. So before reaching there we are placing one filter for antivirus scan. But I am unable to parse file from multipart form data. When I iterate the Part, I am getting inputstream, but I notice I was able to read only file name(place log for inputstream data length),not the actual binary.
Anyone have idea how to parse the file from multipart form data?
Thanks,
Swati