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 permissions to be
 > able to move and rename the file using:
 >
 > put URL ("binfile:" & tFilePath) into URL ("binfile:" & tNewFilePath)
 >
 > I get "can't open file (13)” which is a permissions error.


Are you writing a file to disk, or submitting a DB transaction? Do you have postGres handling your HTTP, with nothing in the middle (PHP, Python, LC, etc)?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to