Memory based file upload

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AlexT

    Memory based file upload

    Hello

    This is probably a newbie question but please bear with me anyway...

    I'd like to create an ASP form allowing an user to upload a file that
    would then be sent as an attachment by e-mail to a preset internal
    address.

    What would be the best way to tackle this knowing that I have not
    access to the file system (i.e. the file should be stored in a
    temporary memory buffer) ? Obviously one has to think about limiting
    the file size to avoid buffer overflows.

    Any pointer welcome

    Regards

    --alexT

  • sbourdette

    #2
    Re: Memory based file upload

    Look for Dundas Upload

    Regards

    Comment

    • AlexT

      #3
      Re: Memory based file upload

      Exactly what I was looking for :)

      THANKS

      Comment

      Working...