Is there a way of uploading a file without using a form?Can't u do something like:
copy("C:\test.txt", "new.txt"); instead of using a form to select the file and post it to the tmp directory on your server and then copying the file from there into whatever dir u want.