in reply to File Uploading
You should always check the return val of open to make sure you have created the file. Are you sure the file is being created? Are you left with a zero byte size file or no file at all? If you have no file at all then you had a problem creating the file. If you have a zero byte size file then that would sugget CGI::POST_MAX issues.
|
|---|