Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Mike Bonner via use-livecode
I keep hoping for a server wide upgrade myself. I don't use the service all that much so its not really a critical issue for me, but the one site that IS actually up, and commercial and useful could be improved with an alternate version. I'll see if I can get the .htaccess example working ok, and

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Matthias Rebbe via use-livecode
Mike, i just noticed that my lc server installation on TIO is not working anymore :( Tio is running LC Version 7.1 and that version always shows an empty $_post array when the posted data was formated with libUrlMultipartFormData I asked support for a server wide upgrade to a version which is

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Mike Bonner via use-livecode
Thank you!! On Fri, May 26, 2017 at 11:39 AM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike, > > i have successfully intalled LC 9 DP6 on Tio Server using the .htaccess > method. > > This is the content of my .htaccess > > Directory index index.lc > >

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Matthias Rebbe via use-livecode
Mike, i have successfully intalled LC 9 DP6 on Tio Server using the .htaccess method. This is the content of my .htaccess Directory index index.lc Options -Indexes Options ExecCGI AddHandler livecode-script .rev .lc9 .lc Action livecode-script

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Mike Bonner via use-livecode
Interesting, it sounds like the version has been updated for on-rev then. (because a few weeks back it just was NOT working, session variables not being kept at all) glad to hear its working for you! On Fri, May 26, 2017 at 11:01 AM, JOHN PATTEN via use-livecode < use-livecode@lists.runrev.com>

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
Hi Mike, It appears to be working for me now, and I did not have to override the version editing the .htaccess file. What I’d like to do now is keep the script from naming the new image with a random number. :) Cheers! > On May 26, 2017, at 9:52 AM, Mike Bonner via use-livecode >

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread Mike Bonner via use-livecode
Theres another issue with on-rev. Even if you set the sessionSavePath, it won't work due to the default version of LC on on-rev. You need to override the version using an .htaccess file, but i've not managed to actually get that to work for me. Looking for the link that tells you how to do

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
I think I figured out the issue based on an old post by Sturgis… Apparently you have to set the sessionSavePath before you call the “start session.” set the sessionSavePath to the defaultfolder Forum discussion here: http://forums.livecode.com/viewtopic.php?f=15=10787=50056=session#p50034

Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
Hello! Thanks for those that answered about the problem I was having with FTP. It was the URLEncode issue that was tripping me up. However, I’m changing gears as I hadn’t realized that I could not ftp directly into a htmlpublic directory on On-Rev. Ultimately I am trying to just create a