File Management System

Hello,
I’m trying to set up a file management system where users can upload and download files. (kinda like a shared folder in google docs)
I’ve set up a table with a database, but am having trouble reading and writing to the table successfully.

Any advice on what I could do?
Thanks.

What are you trying to do?

For the currently supported file types, see the sections image and Document in the article Field Type Support and Limitations in the Content Manager .

I hope this helps,

Yisrael

I’m trying to make a page where users can upload files like pdf’s. They can also see files that other users have uploaded, and have the option to download those files.

You can upload PDF files and keep them in a database. You can look at UploadButton for information on the upload process.

thanks