By rschwab on
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
Why not simply make a content
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?
Because I want each user of a
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.
You can make the folder used
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.
Tempting, but I'm also using
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".