CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #6
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    Re: Parsing uploaded files

    At this point all I can really do is repeat what I said in my first post.

    Ie. what environment are you looking to do this in ?.

    More specific questions come to mind, like what kind of server are you uploading to. And do you upload via the http server, or via ftp or something else ?
    And what kind of access do you have to the server, and are you allowed to run your own CGI scripts on the server, and if so in what languages, asp, php, jsp, perl ?
    Last edited by khp; March 22nd, 2005 at 02:24 AM.
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

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