Warning: Max file size exceeded - file [userfile] not saved in Unknown on line 0 Message: the file name is none
I suspect that I am missing a library but I don't know which one or how to uploaded? Please reply at esteban28@hotmail.com or projectbifrost@hotmail.com
In PHP there is a setting that sets what is the maximum file size that will be accepted, and I believe Apache has a similar option.
Try testing your script again with a very small file (a few kb in size), and see if you get the same errors.
I tried uploading a 0 byte file and now I get a different message:
Message: the file name is none
Fatal error: Call to undefined function: move_uploaded_file() in /usr/local/apache/htdocs/blcweb/localpublish/BLC_News/submit_processing.php on line 62
In your code echo out the file name before you try to do anything with it, and right after.
I'm thinking that your application is trying to store a file with the filename "", or some other illegal file name.