954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Working with file uploads

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!

ElegantElephant
Light Poster
47 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

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

rajeesh_rsn
Posting Whiz in Training
265 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You