CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2002
    Posts
    65

    Please help me to develop a common workspace

    Hi I am working on a shared workarea where a file could be uploaded and viewed by a few users simultaneously. Could anyone help me with some codes or some website or seven some guidelines?

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    The requirement you describe could be satisfied by a shared file on a network computer (e.g. a server). No code or web sites involved.

    For example, at work, we have PCs on our network that contain files that other users on the network can open and view. The files and their directories are set up in the file system as 'shared'.

    What makes your requirement different from a simple shared file on a network PC?

    softly softly catchee monkee...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    Dec 2002
    Posts
    65
    Well, my workspace is different in the sense that there will be an interface (application or applet) where a user can select a file and open it in the area reserved for it. At the same time, all other users in a video conference with him should be able to see the same file. Also, only when this file is removed can another participant in the conference upload another file. Howeever, each file being viewed applies to each video conference. This means that different users should be able to see different files in different video conferences.

  4. #4
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    OIC. Not really my field... Good luck!


    Time flies like an arrow. Fruit flies like a banana...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured