File upload using JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seejay1982
    New Member
    • Nov 2007
    • 3

    #1

    File upload using JavaScript

    Hi,

    I am writing an application where I create a temporary file on the client machine and I have to upload this file to a CGI on the server. This needs to be done without the user interaction.

    I've looked at the FileUpload object but it requires user interaction. Is there any way I can upload the file without the user interaction?

    Thanks in advance for your help.

    Seejay
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    No, this would be a security risk if any file could be uploaded without the user's knowledge or approval.

    Comment

    Working...