Forum
File upload path with type file
Hello,
I would like to be able to upload files to a folder on my server. I have a folder called fileuploads
outside of my public_html. In my form options I have to specify a file upload path. What should I set as the path? Tried using fileuploads
or /fileuploads
but it says: The file path /fileuploads is not writable by PHP.
Thanks, Mike
It should be the full file system path to
fileuploads
.Hi Drew,
The folder structure is as follows: / domains / [my.domain] / fileuploads. When using
/domains/[my.domain]/fileuploads
I get the same error in Perch.Hello Mike,
If you go to Settings > Diagnostics, your
DOCUMENT_ROOT
path should be listed there.