Dashiell
02-May-2007, 01:31 PM
My client wishes to put FormMail on one site and then (because she has limited space on its server) send the file uploads to another larger account on another server. Is this possible?
I changed the value for FILE_REPOSITORY to the new upload destination but a form which had previously been working failed. The error message I got was:
"Failed to save file '/var/tmp/phpXxVJvk' to '/home/mynewsite/public_html/uploads/image001_1.jpg': Unable to move '/var/tmp/phpXxVJvk' to '/home/mynewsite/public_html/uploads/image001_1.jpg'"
I've looked at the various possible configurations for file uploads but can't see anything that would apply. And TARGET_URL seems to be for something else.
Thanks for your help.
I changed the value for FILE_REPOSITORY to the new upload destination but a form which had previously been working failed. The error message I got was:
"Failed to save file '/var/tmp/phpXxVJvk' to '/home/mynewsite/public_html/uploads/image001_1.jpg': Unable to move '/var/tmp/phpXxVJvk' to '/home/mynewsite/public_html/uploads/image001_1.jpg'"
I've looked at the various possible configurations for file uploads but can't see anything that would apply. And TARGET_URL seems to be for something else.
Thanks for your help.