Search found 82 matches

Go to advanced search

by Jason Cheek
Thu May 14, 2015 2:33 am
Forum: Issues
Topic: How do I get the FileName after uploading?
Replies: 6
Views: 773
 
Jump to post

How do I get the FileName after uploading?

I'm sorry for the delay in my response. I was uploading it to the database. I do not know about the media manager.

by Jason Cheek
Fri May 08, 2015 11:23 pm
Forum: Issues
Topic: How do I get the FileName after uploading?
Replies: 6
Views: 773
 
Jump to post

How do I get the FileName after uploading?

After uploading an image file, how do I get the FileName so I can display it on another page? For example, a profile image.

by Jason Cheek
Thu Dec 04, 2014 5:02 am
Forum: Issues
Topic: Server code: exit, return, abort?
Replies: 6
Views: 506
 
Jump to post

Server code: exit, return, abort?

Oh! That makes sense. I'll give that a try.

by Jason Cheek
Thu Dec 04, 2014 4:59 am
Forum: Issues
Topic: Scroll to the bottom of a div
Replies: 3
Views: 324
 
Jump to post

Scroll to the bottom of a div

That works perfectly! Thanks.

Is the underlying browser implementation used to render these apps on the phone Gecko based? Mozilla? Chrome?

by Jason Cheek
Wed Dec 03, 2014 10:26 pm
Forum: Issues
Topic: resize event on footer
Replies: 2
Views: 282
 
Jump to post

resize event on footer

Ok. I was afraid of that. Thanks for the info.

by Jason Cheek
Wed Dec 03, 2014 10:23 pm
Forum: Issues
Topic: Server code: exit, return, abort?
Replies: 6
Views: 506
 
Jump to post

Server code: exit, return, abort?

When I try I get this error: preScript test: SyntaxError: Illegal return statement ( @ 3 : 2 ) - return;/pre My test script was: preif (request.get('val') == 'yes') { response.success("End #1", "text/plain"); return; } response.success("End #2", ...
by Jason Cheek
Wed Dec 03, 2014 4:48 am
Forum: Issues
Topic: Server code: exit, return, abort?
Replies: 6
Views: 506
 
Jump to post

Server code: exit, return, abort?

But it seems when I have a situation like: pre response.error("Some response content #1."); ... response.success("Some response content #2."); ... response.error("Some response content #3...
by Jason Cheek
Tue Dec 02, 2014 11:21 pm
Forum: Issues
Topic: Server code: exit, return, abort?
Replies: 6
Views: 506
 
Jump to post

Server code: exit, return, abort?

How do I end a server script early without running to the end of the file?

For example:

codeif(...) {
response.error("POST JSON parse error: " + e, 'Bad Request');
return;
} else {
...
}/code

by Jason Cheek
Tue Dec 02, 2014 10:36 pm
Forum: Issues
Topic: Push Notifications: push to sync (chat feature)
Replies: 4
Views: 414
 
Jump to post

Push Notifications: push to sync (chat feature)

Ah, yes. Thank you!

by Jason Cheek
Tue Dec 02, 2014 9:56 pm
Forum: Issues
Topic: Scroll to the bottom of a div
Replies: 3
Views: 324
 
Jump to post

Scroll to the bottom of a div

How can I scroll a div with a vertical scrollbar to the bottom?

The standard

code
Apperyio('item').scrollTop();
/code

doesn't seem to have an effect.

Go to advanced search