Community discussion forum

Java Script, File uploading on ftp server using java script code

  • 3 months ago

     Hi,

            I am designing a HTML base web site  i have a requrment that upload doc file on ftp server, i need code of javascript to upload doc file on ftp server, remember i am not using ASP.net , i m using html pages , so need java script code

    Regards

    Arshad

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 3 months ago

    Hi, welcome to Developer Fusion! :)

    I'm afraid you simply can't use JavaScript to do this. At the very least you would need some sort of plug-in to sit in the browser, and your javascript can talk to that. A better option would probably be to have an upload form and post the file you want, but this would still require some server-side logic using ASP.NET, PHP or equivalent...

    Hope that helps

Post a reply

Enter your message below

Sign in or Join us (it's free).