http://appery.io/app/mobile-frame?src...
- Register at the first page and login with the registered account,
- Click Album at the Nav Bar
- Upload the files to the input, and click upload button
http://appery.io/app/mobile-frame?src...
HI Mark,
Could not register in your app. When click on "Register" nothing happens.
Regards.
May you try again?
Its working in my testing, register and it will return back to login screen and type the registered details and it logged in successfully
its also happening in other pages when I try to invoke service in success event of the service, it's not invoking the target service,
I've already use the weinre debugger to check is the target service invoked and its not invoking.
I've also tried to use JS code to call the target service executed like this:
<codeProfilePicture.execute({});
And its not working too!
Hi Mark,
Checked your app.
You have incorrect "response" settings for upload service.
Here is how it should be: http://prntscr.com/6c2lni/direct
Regards.
Hi Mark,
This service returns only "fileName" and "fileUrl" fields.
So you can not add parameter to this response.
Regards.
I have find my solution (I think)
When users upload files to the database, the upload service success will call a create service in a collection which get the response of the filurl, filename, username and id (in the storage).
When the user need to see the picture, then list service of the collection will be used!
I will contact u if I have any problems!
Hopefully answered