I was reading through the fileupload module example here and noticed that it is referencing the function file_check_upload in the validate and submit handlers. According to the API documentation, this function does not exist in D6.
I was reading through the fileupload module example here and noticed that it is referencing the function file_check_upload in the validate and submit handlers. According to the API documentation, this function does not exist in D6.
Comments
Comment #1
mscdex commentedIt seems there are multiple places where the documentation for D6 still contains references to this deprecated function. Here is another example, from the node hooks source.
Comment #2
Anonymous (not verified) commentedI removed fileupload.module from D6 documentation last night. Mostly because it's horribly outdated. So, this is fixed, in that the module isn't present in the API docs any more.
http://drupal.org/cvs?commit=110998
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.