Hi, i want upload a file "Word" on server, but i have a problem when i download the file because i think that the file on server is corrupt. I want to send a file on server in binary mode, but i don't know how can i do.
Thank you
every file uploaded to server is uploaded as binary. you have to check your upload routines as well as crc checks of both files (local and uploaded)
in the form you have to use enctype="multipart/form-data"