Uploading files and Images in custom folders

  •  04-04-2006, 3:23 AM

    Uploading files and Images in custom folders

    Hi
     
    In our project different users are using the cute editor.when they upload the files and images, all are storing in the same "uploads" folder.But my requirement is we need to store the files and images of the users in the folder with name of their user login id.
    For example the user login id is "durga" we will store that user id in session variable like Session["user_id"]="durga"
    When he is uploading his files and images only he can see his own uploads and upload his own files and images in his foleder.
    meens we need to show the path
    /uploads/durga on the top and not allowing him to see the other users folders.
     
    Thanks in Advance
        Durga
View Complete Thread