Hello every one ,
I m a new user of drupal and i want to add file download section in my page.when someone clicked any available file it should be start downloading please provide me some help...

Thanks,

Comments

rogerpfaff’s picture

you can use the core upload module and views to do this. create a new content type 'file' activate the upload module then you can create nodes with files. in views you can select table views with links to the node and the (i think so) attachment. you are just restricted by the upload limits of your server.

anything else needed?

------------------------------------------------------
Remember: I compute you!

computer_jin’s picture

Thanks for your reply i have done this and its working properly thanks for every thing and if u have upload information how to make upload field please tell me .......

--
Azhar uddin
Technical Lead
email : engr.azharuddin@gmail.com
skype : computer_jin

rogerpfaff’s picture

i don't get what exactly you mean with this question :-)

------------------------------------------------------
Remember: I compute you!

Trappies’s picture

Hi,

I am trying to do a similar thing but with much larger files. Also this is in Drupal 6. The files I want to store is around 500MB - 600MB. I think storing it in the DB is kinda stupid and that would be insane. Do you know of any modules that will read from the file system and then display those files in those groups. Possibly add a block for latest files added aswell as top file downloaded.

Davin.

rogerpfaff’s picture

i don't know if http://drupal.org/project/file_import does what you need.

otherwise the only way i see here is to use ftp uploads and a filemanager like webfm (http://drupal.org/project/webfm).

  • Upload your file with ftp to your directory
  • Create the node for displaying a download
  • Use WebFM to attach the file to the node

------------------------------------------------------
Remember: I compute you!