and do i have to specifiy a filename?
My web host support team just replied to my support ticket with:
It looks to me for the error logs that you are failing to specify a destination filename.
I see from the error logs that
PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpzeUYci' to '/usr/local/pem/vhosts/xxx
you are failing to provide a destination filename.
It should be something like:
'/tmp/phpzeUYci' to '/usr/local/pem/vhosts/xxx
Does this sound right?
Main Topics
Browse All Topics





by: wuff1ukPosted on 2009-10-15 at 05:02:11ID: 25579549
You don't want to move your file to /images/ but to /usr/local/pem/vhosts/xxxx xx/webspac e/httpdocs /images/, so your php code has to use the correct path.
If you want to dynamically use this instead:
Select allOpen in new window