As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Sorry for the delay in response- we're working on this and I'll let you know when we have an answer.
i
ipelia
said
over 9 years ago
Hello, Any update on this? I m looking for a way to save a png (i have the content string) from a custom end point to a file ... Anyway to do that?
M
Michael
said
over 9 years ago
There are no APIs for uploading a file within a custom endpoint. However, you can make a request from the endpoint using the request module and following the procedure outlined in our [REST API Files Guide](http://devcenter.kinvey.com/rest/guides/files "REST API Files Guide").
In general, doing this is not a great idea, as uploading a file may take longer than the time limit allotted for BL. Is there a reason you need to do this in BL rather than in a separate request before or after the custom endpoint is called?
Michael LeBarron