WebForm with option to upload a document

I’m wondering what the best method would be to have a WebForm that collects metadata and also uploads an attached document to a specific location such as a folder on the server or a network share.

Hi UomoDelGhiaccion,

What do you mean with “WebForm that collects metadata”?

Can you explaind a little bit more what are you trying to achieve?

thanks,

Juan

  • WebForm = Web Page with a Form
  • Metadata = Input Fields

So a WebPage/WebForm that an end user populates the input fields with Information/Metadata and also attaches a document so it is uploaded.

The process would need to extract the field information, probably into local variables and extract/copy the attached binary file and move the information and file else where.