The downloads tag has no wiki summary.
0
votes
1answer
15 views
How to provide facility to download & upload files to specific type of user in drupal 6
What i did:-
So , i am create one content type like "login_page", so in that i want to display title , description and file download & display. This content type display on when user logged in ...
0
votes
1answer
63 views
How to make the pdf files downloadable?
I am able to display file with url: For example
echo '<a href="'.$file_url.'" target="_blank">'.$path_parts['basename'].'</a>';
How can I make this file downloadable? In case of pdf ...
0
votes
0answers
18 views
File download subscription module recommendations [duplicate]
I am investigating using Drupal for my website. I will be selling software on a subscription basis. I want something similar to the Joomla Akeeba Subscriptions/Akeeba Release System combination. I ...
1
vote
0answers
70 views
Combine Webforms to export multiple form results in a single CSV
I need to be able to select multiple webforms and then be able to export all of their results in a single CSV download.
I am considering using this module (Views data export) but I'm not yet sure it ...
1
vote
0answers
57 views
Building a custom file library module
We have a business website I'm trying to migrate to Drupal 7
We have a custom download system that was implemented as a custom page in native PHP - wich is terrible and I want to convert it to a ...
0
votes
0answers
44 views
Can't download files. Garbage code displays
I have Drupal website and my users can no longer download files. (docx, xlsx, etc). In firefox only, when the user clicks a link to download a file the page displays garbage code.
I read elsewhere ...
1
vote
1answer
44 views
Why file attachment has different URLs in icons links and default link on node page?
I have node with attached file. Node attachments view look:
sample.pdf link has url like sites/default/files/sample.pdf. I can download file via this link.
Links with icons has URL like ...
2
votes
0answers
72 views
Drupal Commerce DLC - files not downloading properly
I'm using Drupal Commerce to sell downloadable content. I'm selling an Objective C library. This project also contains midi and sound font files.
I've compressed the folder containing the DLC and ...
0
votes
1answer
36 views
Hitting a download link and displaying text in the same menu item page callback (7)
I have a menu item for one of my content types that I want to be able to package up some different files, create a .zip file, link to start a download and then display some text which will describe ...
2
votes
2answers
1k views
How to handle private file uploads and downloads?
For a project I'm working on, I need to be able to:
Upload a file as Admin, assigning it to a user (this is working using the "author" field at the moment), attaching it to a node (ie. using the ...
0
votes
0answers
62 views
Download Links on Page Broken [closed]
First of all Thank You very much to anyone that can help me on this.
Basically, I am an experienced web developer but new to Drupal. I have been asked by a client to fix a linking problem on their ...
1
vote
1answer
100 views
How do I create a 'page' that creates and downloads a file from within a module
I have mymodule.php which contains all the logic for my site.
I need to create something like this.
header("Content-type: text/csv");
header("Content-Disposition: attachment; filename=file.csv");
...
2
votes
1answer
232 views
How to customize download filename?
Drupal version: 7.14
Currently drupal save the downloaded filename as the last part of the URL, just like a file link "http://example.com/system/files/abc.txt", the default saved filename is ...
7
votes
2answers
169 views
Where can I download old releases of Drupal?
I'm trying to find a copy of 6.20 to run a diff on a client's Drupal install. I believe there's been changes to core.
0
votes
2answers
203 views
How to set the permission for each file separately for downloading?
want to add a functionality of uploading files so that users can download these files.
First is there any module to provide this functionality (Uploading files from admin and then on front end, users ...
0
votes
0answers
229 views
HTTP error -10060 occurred when trying to fetch … (module) [closed]
I am getting the following kind of errors when trying to install modules on a site:
HTTP error -10060 occurred when trying to fetch http://ftp.drupal.org/files/projects/jquery_plugin-7.x-1.0.zip.
...
0
votes
1answer
202 views
Ubercart file downloads - group user's file downloads by product
Setting up a site using Drupal 6 and Ubercart (UC) to sell video downloads. I've configured UC as required to sell the file downloads and that all works. However, when a user visits their profile and ...
0
votes
2answers
663 views
How to download file by clicking on icon in file module?
I have a File field in drupal 7 (with file module) which I forced with views to display as an icon and name of the file which uploaded. The Name displays as a link (to download file). Now I want to ...
1
vote
1answer
489 views
how to make an automatic download button?
I have a Content type with a file field. I want to add another field (download button) which when users click on that, they would be able to download the file (uploaded in file field), and show file ...
0
votes
0answers
55 views
How to offer software releases to customers with Drupal 7? [duplicate]
Possible Duplicate:
Project Management for Drupal 7
For my company, we are considering a special site for our customers where they can download software we have developed. I am relatively ...
3
votes
1answer
338 views
What's the best module to serve mp3 or audio files securely? Problem with jPlayer, etc
I'm trying to protect (in this example) audio files from being downloaded. I'm currently using jPlayer because it is supposed to provide download protection (which it supposedly does, but it breaks ...
1
vote
1answer
105 views
Download Confirmation Form
I would like to add a confirmation page for downloads.
How can I achieve it?
0
votes
1answer
82 views
Using drupal to run a download website with about 10K files
I want to run a website which has more than 10000 files available for download.Is sites/default/files a good place to store the files?
I see some websites store their files in someting like ...
1
vote
1answer
134 views
download a file from a link using DrupalWebTestCase?
I'm building a module that has a file download as part of its functionality. The data in it is dynamically populated from the use of forms.
Is there a method in DrupalWebTestCase that will allow me ...
1
vote
0answers
136 views
User points download per node instead of per file
The userpoints download module works great for people to buy credits for file downloads. I have three CCK fields in a content type, but I would like to remove a single user point no matter how many ...
0
votes
1answer
110 views
How to download files which are stored in the folder
I need some guidance regarding how to download a file.
Suppose I have a link called "Download." When I click on the particular link a PDF file should be downloaded.
How can I do this?
3
votes
1answer
280 views
how long do files hang around in temporary://?
I want to offer a file download to my users, and I was thinking of using temporary:// to store the data. But how temporary is it? When do files disappear from it? Of course, I want to avoid having the ...
5
votes
2answers
740 views
Serve a csv file?
I have a Drupal 7 site. After some form actions, I want the user to be able to click on a link to download a csv file of the results, but I don't need the csv hanging around the site forever. I have ...
3
votes
3answers
2k views
How can i create file upload and download page?
I'd like to create a file upload and download page for users.
Only registered users may upload the file. Anonymous users cannot, but they are allowed to download the files.
Does Drupal core have ...
-7
votes
3answers
171 views
What is the program used to open a drupal tar.gz file after download [closed]
I downloaded drupal in the chrome browser and I don't know what program is needed to open it. All I have installed is programs like archive manager and document veiwer.
4
votes
1answer
193 views
Module for managing downloads?
I need a module for managing downloads: Each download should consist of the downloadable file and a thumbnail/preview image file. It would be perfect if each download would be a node.
Is there such a ...