Hi there!
Is there anyone that knows how to make a web-upload form that works on the e-smith system...
I hav one i have moved to the e-smith server, it worked fine on the old server, but now it don't

I have rememberd to change ALL the path's so it shoud be right....
---- part of script ---
if (is_uploaded_file($userfile)) {
umask(033);
copy($userfile, "/home/e-smith/files/ibays/golf_/html/upload/$filnavn");
}
?>
--- part of script ---
The onley thing that has changed since the moving of the script is the path in the copy(... line and it IS corect....
I have checked the php.ini file and the upload is set to "on" and the linit to "4M" so this seams to be alright...
Is there somting else i need to change somwhere in the e-smith to get this to work... ?