Ok, it seems u are not quet understand what is full/relative and internet paths and the difference between unix and windows paths.
on unix the root directory of the system represented by forward slash ( / ) on windows by driver letter ( C:\ )
Because windows is using backslash, and in PHP backslash usualy represents as an escape character, u must use double backslashes in the paths ( C:\\path\\blah\\ )
now, your path to the tmp folder should be full path ( D:\\web-data\\foto.wombat.ch\\tmp\\ )