By jeditdog on
I'm developing a module that requires files to be uploaded.
What tools does the Drupal API offer to make this easier?
What tutorial should I look at to discover how to do this?
I like the AJax upload I see in different areas on Drupal, I'm just not sure how to borrow those for module.
thanks in advance!
Comments
You can use the managed_file
You can use the managed_file element type, there's some limited documentation here: http://api.drupal.org/api/drupal/developer--topics--forms_api_reference...., should be enough to get you started.