I have a process that I am developing which requires 'insert metadata from
file' functionality. The mef.import service looks perfect for my needs, but
I cannot get it to work for me. The documentation says all it needs is an
'mefFile' parameter, but I cannot get this to work. Looking at the code add
the request posted by mef.import.ui, I assume that this service is expecting
multipart parameters. If so, how do I supply these? What format should the
parameters be in?
I had the same problem before. If you are calling this service from a web
page, you can try with the following code added to the body of your HTML
page.