Search found 2 matches

Go to advanced search

by blackopzfx
Sat May 07, 2022 1:49 pm
Forum: Issues
Topic: Uploading Multiple Files/Photos
Replies: 4
Views: 2608
 
Jump to post

Re: Uploading Multiple Files/Photos

In JS you can use the File Upload Helper that uses a service that users your 'Files'. In JS its pretty straight forward BUT its external code and not a simple call to an internal Apperyio command so I don't know if similar methods exist for Ionic. uploadMultipleFilesHelper(srv_FileUploadX, Apperyio(...
by blackopzfx
Sun Apr 24, 2022 4:25 pm
Forum: Issues
Topic: Using parameters in a Request Body
Replies: 2
Views: 7900
 
Jump to post

Re: Using parameters in a Request Body

are you SURE you're passing the 'exact' string'? You should do a console.log on "PARAMS.QUERY.email" to verify that it matches what you're expecting. If it works hard-coded then you're most likely not matching that request.

Go to advanced search