0

I have a directory of .pdf files and I want a user to click on name of a file and have it downloaded.

How can I do that with paste server in pylons?

Asterisk
  • 3,534
  • 2
  • 34
  • 53
  • Can you specify which part of this task you have problem with? If you are just starting out with Pylons and want to know how to do anything at all, consider reading up beginner tutorials or Pylons Book http://pylonsbook.com/en/1.1/introducing-pylons.html – Pēteris Caune Feb 06 '11 at 09:13
  • I got it to work. My mistake was that I used POST method in my form, rather than GET. – Asterisk Feb 06 '11 at 21:28

1 Answers1

0

Basically this thread contains the answer to my question:

How can I set a custom response header for pylons static (public) files?

Community
  • 1
  • 1
Asterisk
  • 3,534
  • 2
  • 34
  • 53