Search found 9 matches

by marcopuppo
Thu Jun 18, 2020 11:26 am
Forum: Internet
Topic: How to make a PUT command [Solved]
Replies: 5
Views: 6479

Re: How to make a PUT command

It worked with tsNetCustomUploadSync.

Thank you very much.

Marco
by marcopuppo
Sun May 24, 2020 9:17 am
Forum: Internet
Topic: How to make a PUT command [Solved]
Replies: 5
Views: 6479

Re: How to make a PUT command

Thank you for yor help, i will try on monday.

On late saturday and on sunday the server is not working.

In italy government server follow office rules. Not open on holidays.

Thank you

Marco
by marcopuppo
Sat May 23, 2020 12:18 pm
Forum: Internet
Topic: How to make a PUT command [Solved]
Replies: 5
Views: 6479

How to make a PUT command [Solved]

I need to send to a webservice a PUT command The following request was created using PAW on a Macintosh and worked. ---- PUT /PagoInReteWS/rest/pianodeicontiservice/crea HTTP/1.1 Authorization: Basic <base64 user and password> Content-Type: application/json; charset=utf-8 Host: collaudo.pubblica.ist...
by marcopuppo
Sat May 06, 2017 2:27 pm
Forum: Android Deployment
Topic: Fail to use local files on device
Replies: 8
Views: 6968

Re: Fail to use local files on device

I'm using 8.1.3 Business and 9.0.0 dp6 business.
I think is something related to the Yoga Book.

Best,

Marco
by marcopuppo
Tue Apr 25, 2017 1:44 pm
Forum: Android Deployment
Topic: Fail to use local files on device
Replies: 8
Views: 6968

Re: Fail to use local files on device

Thank you

I have done the change to the instruction and the stack works once.

After that I try something on other stacks and now the stack is not working anymore. "Can't open file" again.

Maybe is something wrong in standalone settings.
by marcopuppo
Tue Apr 25, 2017 9:29 am
Forum: Android Deployment
Topic: Fail to use local files on device
Replies: 8
Views: 6968

Re: Fail to use local files on device

Now I'm getting

invalid URL:/data/user/0/com.marcopuppo.filehandling/files/iphonetest.txt

I can't understand why I get this error with Android.

In MacOs or Windows it works fine.
by marcopuppo
Sun Apr 23, 2017 5:53 pm
Forum: Android Deployment
Topic: Fail to use local files on device
Replies: 8
Views: 6968

Fail to use local files on device

I'm trying to develop an app that runs on android and I'm testing the application on an Android Yoga Book. I've problems to create files from the stack. Each time I try I get in the result "can't open file". I have downloaded the attached example from "How do I read/write to files on Mobile?" in liv...
by marcopuppo
Sat Apr 22, 2017 6:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android Write and Read Files from stack
Replies: 1
Views: 2278

Android Write and Read Files from stack

I'm trying to develop an app that runs on android and I'm testing the application on an Android Yoga Book. I've problems to create files from the stack. Each time I try I get in the result "can't open file". I have downloaded the attached example from "How do I read/write to files on Mobile?" in liv...
by marcopuppo
Tue Sep 07, 2010 7:24 pm
Forum: Databases
Topic: sqlite and web
Replies: 1
Views: 2757

sqlite and web

I need to realize a web interface for a fantasy football game organized by a newspaper. I create a sqlite database with all the tables and data inside. I've made a rev studio stack that works pretty good on my mac. I've create the standalone web app and uploaded it with the database in the same dire...