Hi,
I’m trying to upload a file with Insert from URL to a REST Service. But the service receives the file, without the extension in the filename
I used the following syntax for my curl options
"-X " &$method & " -H "Authorization: Bearer "&$token& “” -F “file=@$container” -F “content-type=image”
Where $container is a variable containing the container field
The file is correctly uploaded but without the filename
Did anybody encountered this issue ?
Thanks for your help
P.S : Obvioulsy the file in the container has an extension, ever the GetContainerAttribute(f;“filename”) returns the correct filename with its extension