Hello Experts,
I’m trying to upload zip using put request to azur url.
as a result of PUT request i’m getting 201 (created) as result of request.
But when i tried to download the file and open it throws error saying invalid file.
Put request.
But same thing work in postman.
Above put request will upload the attached file and when i try to download the file from uploaded azure url , i’m able to download the file and open the zip file.
it does not throws any error while opening the zip file.
Any suggestion where i’m going wrong or any alternative method to upload file to azure blob directory.
Regards,
Ajay