Drupal create link to filefield file


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php print l(t('Download File'), file_create_url($node->field_audio_file[0]['filepath'])); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.