i want the user to upload files to server
when i worked offline i used to write:
$updir = "C:\apache\htdocs\mall\logos";
as logos folder is where i put the files(logos)
all my files is in a folder called mall and inside the mall folder
there is the logos folder.
what should be the equivilant of the actual server(in uploading
sure this path isn't working)
?????