Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Re: Members Home Pages


Message #1 by "Walter Franssen" <walter@w...> on Wed, 15 Aug 2001 18:49:48
Do The following







>1: Create a directory(if one does not exist) for the user when they 

select 

> a link to upload thir own home page. 



Use the FileSystemObject for this



> 2: Restrict the size of the space allocated in the users directory when 

>it is created to 5meg



Use FileSystemObject again en count al te files together, if the costumer 

have 5 meg then let a session variable set to False en the link to the 

script disapeer





> 3: allow only gif format for pictures and a limit of 20kb per pic



Check your upload script!



> 4: allow the user to delete and replace the files of their choice in 

>their directory.



Use FileSystemObject Again for this problem



> 5: restrict access to the user only for their directory

> The user directory will be named from the session variable assigned for 

> the user.



Let only get the script to his directory with a session variable.



Just try is out, it isn't so hard!



Greetz,



Walter

www.waltersworld.nl




  Return to Index