Results 1 to 3 of 3

Thread: how to execute a process when a file is uploaded

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    38

    how to execute a process when a file is uploaded

    Let me begin by informing you guys about what am trying to do.
    I am building an ASP.NET application that takes in an xml file uploaded from the client, and process its information and shows it in an excel sheet on a web page. The process works when i choose a local xml file while testing it in my web server.

    The problem is that I do not know how to initiate the process right after the file has been uploaded 100%.

    How can I tell the ASP page that when a file is uploaded.... to store the name of the file in memory, so that when its 100% finish it can point to that file and execute the process.

    Thanks guys...hope you can help me

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: how to execute a process when a file is uploaded

    Is the process that needs to be executed external (outside the application) or internal?
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    38

    Re: how to execute a process when a file is uploaded

    Internal

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