I'm trying to get a file upload page to work on my site, as per this thread. If you know how to fix this and get it functioning, an easy $20 will be yours. I can send it to your paypal account or snail mail a check or money order to you.

- Ryan

Comments

nevets’s picture

Why not simply make a content type using the Content Construction Kit (CCK) with a file field (it will let you specify the folder under the 'files' folder) and views make a page showing the uploaded files?

rschwab’s picture

Because I want each user of a certain role type to have 1 PDF. So it goes into their personal pdf directory and gets renamed to be uid.pdf. I also have a link to this pdf on their customised profile page, I don't just want a list of them on a separate page.

nevets’s picture

You can make the folder used by the file field depend on the users id (uid) and should be able to list on their profile page.

rschwab’s picture

Tempting, but I'm also using a lightbox form to upload the file - I don't want the users going to or even seeing "Create Content".