Search found 23 matches

Go to advanced search

by Diego Murru
Mon Aug 11, 2014 1:57 pm
Forum: Issues
Topic: Is Appery down?
Replies: 2
Views: 616
 
Jump to post

Is Appery down?

me too..

by Diego Murru
Fri Aug 08, 2014 9:16 am
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

I've tried other changes but without success...
you can help me?

Thanks
Diego

by Diego Murru
Thu Aug 07, 2014 8:27 am
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

Hi I changed the code, but the file transfer does not work. I can select the file from the library, but this is not sent to my server. code var cameraSuccess = function(mediaFiles) { alert(JSON.stringify(mediaFiles)); }; // capture error callback var cameraError = function(er...
by Diego Murru
Wed Aug 06, 2014 10:58 am
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

Hi Maryna the only error is this: code Uncaught TypeError: Cannot read property 'getPicture' of undefined $.off.on.click jQuery.event.dispatch jquery-1.9.1.js:3074 elemData.handle /code i tested it a on Android Galaxy S4. The fi...
by Diego Murru
Tue Aug 05, 2014 5:43 pm
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

the file transfer, work when i use the capture function, but don't work when i try to select a file from library with this code.

by Diego Murru
Tue Aug 05, 2014 5:41 pm
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

Hi

i need to transfer only video file, and upload it to external server (not Appery Database).

With my code i can select the video file from the library, but the transfert part don't work.

by Diego Murru
Tue Aug 05, 2014 4:38 pm
Forum: Issues
Topic: transfer a file from library to external server
Replies: 10
Views: 1676
 
Jump to post

transfer a file from library to external server

I can not transfer a video file from the smartphone library to my server. I'm using this code, but I can not pass the FILE_URI to transfer function. code var cameraSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles&#46;length; i < len; i += 1) { uploadFile(mediaFiles...
by Diego Murru
Mon Jul 07, 2014 1:24 pm
Forum: Issues
Topic: Transfer Captured Video to Appery Database
Replies: 13
Views: 1832
 
Jump to post

Transfer Captured Video to Appery Database

Hi the external server is my hosted service. this's the code code var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles&#46;length; i < len; i += 1) { uploadFile(mediaFiles ); &#47;&#47; do something interesting with the file } }; &#47;&#47; c...
by Diego Murru
Mon Jul 07, 2014 1:19 pm
Forum: Issues
Topic: Progress Bar
Replies: 5
Views: 832
 
Jump to post

Progress Bar

nothing.

this piece of code is correct?

code
ft&#46;upload(path,
"http:&#47;&#47;www&#46;100stili&#46;com/uploadVideo/index&#46;php",
function(entry) {
Appery( "panelName" )&#46;progressbar({
value: 32
});
},
/code

by Diego Murru
Mon Jul 07, 2014 12:44 pm
Forum: Issues
Topic: Progress Bar
Replies: 5
Views: 832
 
Jump to post

Progress Bar

Thank you Maryna I follow the link but something don't work. i've insert the progress bar code in this way. code var captureSuccess = function(mediaFiles) { var i, path, len; for (i = 0, len = mediaFiles&#46;length; i < len; i += 1) { uploadFile(mediaFiles ); &#47;&#47; do something inte...

Go to advanced search