ASP upload multiple files help

Discussion in 'C#' started by ssaville, May 3, 2007.

  1. #1
    For multiple files
    IE database:filename,filename2,filename3 html:filename,filename2,filename3

    Can I change this to allow for multiple files and saving each filename to the database field? It currently works for 1 file.

    For Each filekey In Upload.UploadedFiles.keys
    rs("filename") = Upload.UploadedFiles(fileKey).FileName
    Next
     
    ssaville, May 3, 2007 IP
  2. AGLOCOPH

    AGLOCOPH Well-Known Member

    Messages:
    85
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    113
    #2
    I do not know if ASP VIPER can help you.
    it is in my signature just visit it...;)
     
    AGLOCOPH, May 4, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Use the pure asp uploader component, it collects the form data first, then posts your multi-uploads :)
     
    ccoonen, May 8, 2007 IP