http://api.drupal.org/api/file/developer/examples/fileupload.module/6 - I was looking how to handle file uploads in a module, but this one is working only in D5. It claims to have a D6 version, but last update was in march 07 and D6 version uses functions that don't exist anymore in D6 (like file_check_upload() ).

Easy solution: Delete this example module from D6, so that it doesn't confuse any more programmers.
Good solution: Update it to work in D6 (FAPI file upload is seriously underdocumented IMHO, I spent now whole day looking for a way to get to uploaded files without haning to use patches on my drupal 6.2 installation).

Comments

Anonymous’s picture

Status: Active » Fixed

I've removed this from the repository until a proper fix can be made.

http://drupal.org/cvs?commit=110997

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.