I did not find a way to keep a pointer column in my collection that will point to a file. Is there any?
I did not find a way to keep a pointer column in my collection that will point to a file. Is there any?
Hi,
I was able to get the return filename from the standard upload service response.
data[0]].success.filename and data[0].success.fileurl
Thanks.
Hi,
Please let me know how do I get the appery generated filename or fileurl in the response of the upload service after the upload is successful. I tried using the return value of uploadMultipleFilesHelper function, but it did not work.
Thanks again.
Thanks!
I checked, there is no response defined for the standard file upload service. I tried adding a field 'File Name' to the service response, did not work either. Am I missing something?