Asp.Upload SaveToMemory

Discussion in 'Third-party applications' started by FirstTime, Dec 25, 2014.

  1. Is ASPUpload Upload.Save (to memory) method allowed/supported?

    I need to access some text fields from the Upload form and according to the ASPUpload Manual they would be available only if Upload.Save method is used. Upload.Save saves the file to memory first and then using the File.SaveAs method could save it (write it) to a destination folder. In my case the Destination folder will be different for different users and will be determined by values form the incoming Text Fields in the Upload form.
     
  2. ComputerMan

    ComputerMan Winhost Staff

    Last edited by a moderator: Oct 14, 2015

Share This Page