Search found 15 matches

Go to advanced search

by Bryan Novak
Tue Jan 15, 2019 5:10 pm
Forum: Issues
Topic: Server Code XHR2 won't send POST data
Replies: 2
Views: 902
 
Jump to post

Server Code XHR2 won't send POST data

Thanks for the suggestion on using Postman. I wound up switching to API Express, but the problem turned out to be the header - Content Type. I had it set for Json, but my PHP file was designed to handle Form Data. Had to change the Content Type to "x-www-form-urlencoded" for it to read pro...
by Bryan Novak
Fri Jan 11, 2019 9:39 pm
Forum: Issues
Topic: Server Code XHR2 won't send POST data
Replies: 2
Views: 902
 
Jump to post

Server Code XHR2 won't send POST data

Hi there, I'm trying to setup a basic login process that connects to a separate server where the logins are stored. We're setting it up with PHP files to receive the communication, do the processing and send back a response. We've used this before in several Jquery projects on Appery, but we're tryi...
by Bryan Novak
Wed May 28, 2014 5:22 pm
Forum: Issues
Topic: Carousel get current frame
Replies: 4
Views: 1734
 
Jump to post

Carousel get current frame

Is it possible to grab the current frame of a carousel component with Javascript? I want to be able to set up a back button that won't wrap to the last page if the carousel is on the first slide.

by Bryan Novak
Wed May 28, 2014 2:50 pm
Forum: Issues
Topic: More issues....
Replies: 31
Views: 11735
 
Jump to post

More issues....

Is there a way I can message it to you? Don't know if I want to just publicly post that here.

by Bryan Novak
Wed May 28, 2014 2:29 pm
Forum: Issues
Topic: More issues....
Replies: 31
Views: 11735
 
Jump to post

More issues....

I loaded up the project and went into the web test environment. In the process of going through the app, I noticed parts of my app weren't loading. I double checked the db calls and they seemed to be working, but the data I would pass to localStorage didn't seem to be passing between pages. For inst...
by Bryan Novak
Wed May 28, 2014 1:33 pm
Forum: Issues
Topic: More issues....
Replies: 31
Views: 11735
 
Jump to post

More issues....

Looks like it's working now. It was probably fixed with the rollback. Thank you for following up on it.

by Bryan Novak
Mon May 26, 2014 3:44 pm
Forum: Issues
Topic: More issues....
Replies: 31
Views: 11735
 
Jump to post

More issues....

I'm in a similar boat as well. It seems like even the built in Appery bits aren't storing it correctly. I have a simple button that stores the text of a page field into a localStorage variable but all I get at the other end is "Label". I wasn't even using Javascript to set that up, I use A...
by Bryan Novak
Mon May 19, 2014 5:21 pm
Forum: Issues
Topic: Internal Server Error during PDF upload
Replies: 10
Views: 5657
 
Jump to post

Internal Server Error during PDF upload

If I store it as a string, is there a way I can link to it outside of Appery? My users need to be able to download and print the document so is there a way I could just link to the file and have it render in a browser window? Note: I've tried sending the base64 string through Sendgrid's email servic...
by Bryan Novak
Wed May 14, 2014 3:31 pm
Forum: Issues
Topic: Internal Server Error during PDF upload
Replies: 10
Views: 5657
 
Jump to post

Internal Server Error during PDF upload

Thanks for the quick response. I made a reply below. I wasn't sure if you receive a notification since I did it that way, so I just wanted to be sure.

by Bryan Novak
Wed May 14, 2014 2:47 pm
Forum: Issues
Topic: Internal Server Error during PDF upload
Replies: 10
Views: 5657
 
Jump to post

Internal Server Error during PDF upload

Also, here's the code that converts the file to the base64: function readDataUrl(file) { var reader = new FileReader(); reader.onloadend = function(evt) { console.log("Read as data URL"); console.log(evt.target.result); pdfPath1 = evt.target.result; uploadMultipleFilesHelper(email_file_upl...

Go to advanced search