Hi Abu,
Do you have any instructions on how to get file storage working with Azure Storage?
Thanks
2 Answers
Hello,
You can use callback events like on_insert and in callback function write code to move uploaded file to azure storage using their api.
Refer: https://www.gridphp.com/docs/grid-events/ and Demo Code: Line 162
Thanks Abu. I had a play around with it as you suggested but I’m no programmer and the Azure API instructions were well over my head. I got it working though by enabling CORS in Azure and using the regular phpgrid file saving method to save directly to the app service file storage instead of a separate azure blob store. Hopefully this helps someone else out in the same situation.
Your Answer