Web Design Forum: File Storage - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

File Storage Rate Topic: -----

#1 User is offline   Wayneio 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 15
  • Joined: 12-January 12
  • Reputation: 0
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Web Designer

Posted 23 January 2012 - 02:14 PM

Hi,

I am very new to PHP, I have managed to create a basic database with a table of users, and a form for logging in.

Is there a way to create an 'area' where the users that are logged in can view, upload and download files. For example, a file storage area just like dropbox?

Afterwards, I would then like to set permissions for each of the users to only access certain folders within that 'storage area'.

I realise there are many websites like dropbox and box.net, but I would like to code my own version.

Thanks in advance
0

#2 User is offline   Wayneio 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 15
  • Joined: 12-January 12
  • Reputation: 0
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Web Designer

Posted 25 January 2012 - 08:54 AM

View PostWayneio, on 23 January 2012 - 02:14 PM, said:

Hi,

I am very new to PHP, I have managed to create a basic database with a table of users, and a form for logging in.

Is there a way to create an 'area' where the users that are logged in can view, upload and download files. For example, a file storage area just like dropbox?

Afterwards, I would then like to set permissions for each of the users to only access certain folders within that 'storage area'.

I realise there are many websites like dropbox and box.net, but I would like to code my own version.

Thanks in advance


Bump. Noone got any ideas / tutorials?
0

#3 User is offline   hodephdesign 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 129
  • Joined: 18-January 12
  • Reputation: 10
  • Gender:Male
  • Location:Cardiff, Wales
  • Experience:Advanced
  • Area of Expertise:Designer/Coder

Posted 25 January 2012 - 09:02 AM

View PostWayneio, on 25 January 2012 - 08:54 AM, said:

Bump. Noone got any ideas / tutorials?


You'll want to use cookies or sessions to pass their login status between pages, then have these pages check their admin level. All you'll need is a database of users with their username, password and clearance level and you'll be good to go.

Check out:

Cookies and Sessions
Setting Cookies
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users