I have created some custom server script that populates collection rows with data/does queries etc. It all works great thanks to your documentation and exellent pointer from THE Max Katz and others from appery.io
I do have a question on uploading files.
For security reasons etc. I keep my database keys etc stored SERVER side in the code. I would like to adapt one of my server scripts to handle files. I have added a column (of tipe "file") to a collection. How would I send a file to my REST service?
I imagine the file needs to be encoded to a base64 string to the service (?)
I have looked at your tutorials and the related posts all seem to use master keys etc for the database. In short, I'd like to see some example code of a server script handling a submitted file. (in my case it would be an image.)
Thanks!!