HI, I have just attached a file upload script to my site. It works well with text files but the problem is that I cannot upload binary files like doc, jpg etc. Any idea
The problem is now solved. It was a simple mistake...MAX_FILE_SIZE was set to too low so that only files of small size(say txt) was able to be uploaded. Any way I have just changed it and every thing is working fine.