ASP upload file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    ASP upload file

    Dear Friends,

    Please help me that how can I upload any file into my FTP directory and also into my database?

    What are the requirements to uplaod a file?

    Do I need any third party tool for this? If yes then how can I fix it?


    Thanks
    Deepak
  • devsusen
    New Member
    • Feb 2007
    • 136

    #2
    hi,

    for uploading a file u can use input tag with type attribute as file. in the HTML display u will get a textbox along with a browse button. Once u browse the file and submit the form the file will also be uploaded in a temporary folder in the server. Now u need to use the FileSystem Object to shift the file to ur destination folder.

    susen

    Comment

    • deepaks85
      New Member
      • Aug 2006
      • 114

      #3
      Appreciate if you can send me the script for this.

      Thanks
      Deepak

      Comment

      • pkv7005
        New Member
        • Apr 2007
        • 2

        #4
        if u got the code for asp upload then plz send me...coz i m neophyte in the ASP and i need it much....thanx

        Comment

        • devsusen
          New Member
          • Feb 2007
          • 136

          #5
          Hi,

          I need some time to write the code for u, :) however I am giving u 2 example hope this can solve ur problem

          susen

          Comment

          Working...