Hi Richard,
Sorry for the confusion.
I use Postgresql just to store the names of the uploaded
files, not the images themselves. The images just reside
within a folder. LC is the middleware between Apache
and Postgresql.
I hope that helps.
Rick
> On Apr 13, 2019, at 2:54 PM, Richard Gaskin vi
Rick Harrison wrote:
> I am running Postgresql to handle the incoming data. I have a user
> and a password set up for that.
I don't understand. Your original post was:
> I have a file I need to upload to my LC server
> using the $_Files[uploadedfile][error] method
> that requires the correct
Rick,
It’s possible to get confused between the database password and the server
password. What I do is use a commercial database manager, like Navicat or
phpMyAdmin to set things up initially, and make sure I am using the correct
passwords.
Good luck,
Bill
William Prothero
http://es.earthedne
Hi Richard,
I am running Postgresql to handle the incoming data. I have a user and a
password set up for that.
> On Apr 13, 2019, at 1:01 PM, Richard Gaskin via use-livecode
> wrote:
>
> Rick Harrison wrote:
>
> > On Apr 12, 2019, at 8:26 PM, Richard Gaskin wrote:
> >>
> >> What service are
Rick Harrison wrote:
> On Apr 12, 2019, at 8:26 PM, Richard Gaskin wrote:
>>
>> What service are you specifying in the URL (HTTPS, FTPS, something
>> else)?
>
> I am using https.
What are you running on the server to handle the incoming data? And how
are you managing authentication for the writ
Sorry, I was being overly optimistic.
The admin user is not good enough
to work. Nuts!
Rick
> On Apr 12, 2019, at 8:26 PM, Richard Gaskin via use-livecode
> wrote:
>
> Rick Harrison wrote:
>
> > I have a file I need to upload to my LC server
> > using the $_Files[uploadedfile][error] method
I find that giving the admin user
read/write works, but I would
like to be able to cut that back
even further.
Suggestions?
Rick
> On Apr 12, 2019, at 8:26 PM, Richard Gaskin via use-livecode
> wrote:
>
> Rick Harrison wrote:
>
> > I have a file I need to upload to my LC server
> > using the
Hi Richard,
I am using https.
Thanks,
Rick
> On Apr 12, 2019, at 8:26 PM, Richard Gaskin via use-livecode
> wrote:
>
> What service are you specifying in the URL (HTTPS, FTPS, something else)?
___
use-livecode mailing list
use-livecode@lists.runre
Rick Harrison wrote:
> I have a file I need to upload to my LC server
> using the $_Files[uploadedfile][error] method
> that requires the correct permissions to be
> able to move and rename the file using:
>
> put URL ("binfile:" & tFilePath) into URL ("binfile:" & tNewFilePath)
>
> I get "can't