Uploading a file with register_globals = Off

And $txtDescription should actually be $_POST['txtDescription']
also when you try to read $_FILES['binFile'] im not sure that you will be able to do that as you will have to upload and MOVE the file, then read it and the delete it..
 
Back
Top