I am currently working on a client management system for a college project. I am planning to include a feature to allow users to upload files for a specific project. All files will be specific to one project and clients can only view files for a project that they are associated to.

Can anyone let me know how to structure a file upload system this way? And how would it work and where would the file be stored? How would I track what project that file belongs to and who uploaded it?

I would appreciate some ideas/help, thanks!

Hai,

Use a simple PHP file upload script to upload a file. And store the file name and user's name in the database and you can rename the uploaded file.

I think this tutorial will help

http://www.tizag.com/phpT/fileupload.php

Thanks
Rajeesh

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.