skliz4rel Posted December 23, 2011 Share Posted December 23, 2011 Please i have questions on how to create a file system server. were you clients could upload files and download their files in the future. Is this professional to store the files in database Link to comment https://forums.phpfreaks.com/topic/253751-how-could-i-create-a-filesystem/ Share on other sites More sharing options...
litebearer Posted December 23, 2011 Share Posted December 23, 2011 Rough start... Create two db tables - 1st for user info (id, name, email, username, password); 2nd for uploaded files (id, filename, user id) Storing the files in a folder and only putting the file names/locations in the db table is easier IMHO Link to comment https://forums.phpfreaks.com/topic/253751-how-could-i-create-a-filesystem/#findComment-1300867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.