Hi,
I am trying to send the image files to my server (and NOT appery DB). I referred the following documentation and done the following changes:
http://docs.appery.io/tutorials/uploa...
Created the new service "uploadService" instead of importing "FileDB__files_upload_service".
Set the "content Type" to "Data" in "uploadservice"
Rest is same. However, I am getting the below exception is JS console:
"Uncaught ReferenceError: uploadMultipleFilesHelper is not defined "Request you to please let me know as in how to rectify the same.