I haven't actually tried with any JavaScript. I just assumed it would require it... sorry :/
I haven't actually tried with any JavaScript. I just assumed it would require it... sorry :/
I was wondering if there was a way to have a user draw their signature in the app and have it upload to a database?
I apologize if it doesn't quite make sense. I have a hard time conveying what I see in my head over text ![]()
Like basically, i'm trying to make an app for a restaurant. one page of the app would be a "ticket" that would have the different menu items on it. they would select the items that the customer wants, then send it to the kitchen.
so I'm trying to figure out how i should save the selected files to the database in a way that would be easy to read for the other users
On one page of my app, the user will select certain settings (like what a customer ordered for example) and then upload to the database. Then, another user needs to download those settings (perhaps to make the order). HOW DO I DO THIS??