Drupal 6 File Uploads
Jul 10, 2009 · 1 minute read
Category:
drupal
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know
or create a pull request on GitHub
It’s always tempting when you are new to a framework or system to just roll your own functionality if the built in functionality is not obvious. I was nearly at that stage with Drupal 6 file uploads. Thankfully before I gave in I found this useful blog post which clearly states how Drupal’s built in file upload functionality works. Sweet :-)
http://www.computerminds.co.uk/file-uploads-drupal-6-part-1