I want to upload some pdf and adobe illustrator files to my drupal site and have links on a static page so that users can download them.

Is there a way to do this through the interface of the site as an administrator?

Do I need to manually upload the files using ftp? If so, where should i put them? Is there a designated location in the drupal file structure for files like this?

Comments

nevets’s picture

A better approach is to make a content type with a file field for your uploads and instead of a static page use the view module to list all the uploads (ie list all the content of your content type used for file uploads)