I have an upload script adn it words fine, but one thing, it wants to upload in ascii instead of binary, is there anyhting i can add in my script to make it upload in binary?? If you know something your help would really be helpfull.
Thanks Brooks
Add this: enctype="multipart/form-data" to the form-tag..