This topic is locked

upload files

9/8/2005 10:07:17 AM
PHPRunner General questions
scuba author

trying to upload pics I get an "PHP ERROR HAPPEND" message saying:

failed to open stream: HTTP wrapper does not support writeable connections.
I have changed rights for this folder to "public write permission". Any hints what's wrong here?

Sergey Kornilov admin 9/9/2005

Hi,
you should enter a relative path to upload folder in Edit Format dialog on Formatting tab in PHPRunner

I.e.

files

or

../upload
but not:

http://mydomain.com/upload

A
asimha 1/8/2007

Hi,

you should enter a relative path to upload folder in Edit Format dialog on Formatting tab in PHPRunner

I.e.

files

or

../upload
but not:

http://mydomain.com/upload


I wonder if this is the same problem I have ... What would be the relative path if my application files are in www.myserver.com/output and my image files in www.myserver.com/images ?

J
Jane 1/9/2007

Andre,
in your case use the following path to upload folder:

../images

A
asimha 1/9/2007

Andre,

in your case use the following path to upload folder:


AND IT WORKED !!!!
THANK YOU Jane, thank you !!
André