Search found 5 matches

Go to advanced search

by Jennifer Liu
Tue Jul 29, 2014 4:07 pm
Forum: Issues
Topic: Record video and upload to database
Replies: 17
Views: 2216
 
Jump to post

Record video and upload to database

Hi thanks for responding, here I have modified the code, but it still does not work. Why is that? var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles.length; i < len; i += 1) { uploadVideo(mediaFiles ); } }; // Upload file to file database server // capture err...
by Jennifer Liu
Tue Jul 29, 2014 10:36 am
Forum: Issues
Topic: Upload Video and Transfer file to Appery IO database
Replies: 3
Views: 399
 
Jump to post

Upload Video and Transfer file to Appery IO database

Hi there, I have modified the code so that i uploads the file to files collection, however, it still doesn't work. var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles.length; i < len; i += 1) { uploadVideo(mediaFiles ); } }; // do something interesting with the...
by Jennifer Liu
Tue Jul 29, 2014 8:09 am
Forum: Issues
Topic: Session Token to access User table
Replies: 5
Views: 817
 
Jump to post

Session Token to access User table

Hi, where do you create the getUser service because my app needs to perform a similar function.

I tried create a rest service and called it getUser, but I am not sure what to put for the url in the getUser rest service setting.

Thanks,

by Jennifer Liu
Tue Jul 29, 2014 7:37 am
Forum: Issues
Topic: Upload Video and Transfer file to Appery IO database
Replies: 3
Views: 399
 
Jump to post

Upload Video and Transfer file to Appery IO database

Hi, I am creating an app where users can record a video and upload it onto the Appery IO database collection that I called video. However, at the moment, with my existing code, I am only able to record video, but the file does not transfer to the Appery IO database. Here is the code that I used: var...
by Jennifer Liu
Mon Jul 28, 2014 2:09 pm
Forum: Issues
Topic: Record video and upload to database
Replies: 17
Views: 2216
 
Jump to post

Record video and upload to database

Hi, so my app records a video, and I used the FileTransfer sample code, but it didn't work. Is it possible if you could type out what kind of code I can use to transfer the video file to a collection I created called Video. Thanks I also used this code in my button, but I can't manage to upload it o...

Go to advanced search